-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.69 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "foglet",
"version": "1.0.0",
"description": "foglet-core website",
"dependencies": {
"express": "^4.16.3",
"twilio": "^3.17.4",
"cors": "^2.8.4",
"foglet-signaling-server": "^1.0.3",
"webpack-merge": "^4.1.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"bable-loader": "0.0.1-security",
"bootstrap": "^4.1.1",
"bootstrap-vue": "^2.0.0-rc.11",
"chalk": "^2.4.1",
"chart.js": "^2.7.2",
"chartist": "^0.11.0",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.4",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"foglet-core": "^5.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"ora": "^2.1.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"uniqid": "^5.0.3",
"url-loader": "^1.0.1",
"v-tooltip": "^2.0.0-rc.33",
"version-vector-with-exceptions": "^0.1.0",
"vue": "^2.5.16",
"vue-clickaway": "^2.2.2",
"vue-highlightjs": "^1.3.3",
"vue-loader": "^15.2.4",
"vue-markdown": "^2.2.4",
"vue-notifyjs": "^0.4.3",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2"
},
"scripts": {
"start": "npm run build:prod && npm run prod",
"build:dev": "HOST=http://localhost PORT=8000 node ./build/dev-server.js",
"build:devprod": "HOST=http://localhost PORT=8000 node ./build/build.js && npm run prod",
"build:prod": "HOST=https://foglet.herokuapp.com node ./build/build.js",
"prod": "node build/prod-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ran3d/foglet.git"
},
"keywords": [
"foglet-core",
"website",
"vuejs",
"vue-bootstrap"
],
"author": "Grall Arnaud",
"license": "MIT",
"bugs": {
"url": "https://github.com/ran3d/foglet/issues"
},
"homepage": "https://github.com/ran3d/foglet#readme",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}