-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "cmp",
"version": "0.3.0",
"description": "Consent Management Platform",
"main": "./server/server.js",
"scripts": {
"start": "node ./server/server.js",
"develop": "NODE_ENV=development ASSET_PATH=/ webpack --mode development --watch",
"build:dev": "NODE_ENV=development ASSET_PATH=/ webpack --mode development",
"build:staging": "NODE_ENV=development ASSET_PATH=https://staging-dot-pluto-cmp.appspot.com/ webpack --mode development",
"build:prod": "NODE_ENV=production ASSET_PATH=https://pluto.mgr.consensu.org/ webpack --mode production",
"deploy": "NODE_ENV=production pm2 start ./server/server.js",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbislabs/cmp.git"
},
"keywords": [
"consent",
"management",
"cmp"
],
"author": "Dennis Yurkevich",
"license": "ISC",
"bugs": {
"url": "https://github.com/orbislabs/cmp/issues"
},
"homepage": "https://github.com/orbislabs/cmp#readme",
"engines": {
"node": "8.x"
},
"dependencies": {
"@google-cloud/logging-winston": "^0.9.0",
"@vuikit/icons": "^0.8.1",
"@vuikit/theme": "^0.8.0",
"babel-polyfill": "^6.26.0",
"consent-string": "^1.2.4",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"js-cookie": "^2.2.0",
"uikit": "^3.0.0-beta.42",
"vue": "^2.5.16",
"vuex": "^3.0.1",
"vuikit": "^0.8.4",
"winston": "2.4.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-transform-runtime": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@storybook/vue": "^4.0.0-alpha.14",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.0-beta.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-vue": "^4.5.0",
"html-loader": "^0.5.5",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"sass-resources-loader": "^1.3.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "4.9.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0"
}
}