-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 884 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 884 Bytes
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
{
"name": "t08-web",
"version": "0.1.0",
"engines": {
"yarn": "1.12.x"
},
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"postinstall": "if test \"$NODE_ENV\" = \"production\" ; then npm run build ; fi ",
"start": "node server.js"
},
"dependencies": {
"axios": "^0.18.1",
"connect": "^3.6.6",
"connect-history-api-fallback": "^1.5.0",
"express": "*",
"muse-ui": "^3.0.1",
"vue": "^2.5.17",
"vue-lodash": "^2.0.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-service": "^3.1.1",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-import": "^1.11.0",
"express": "^4.16.4",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"serve-static": "^1.13.2",
"vue-template-compiler": "^2.5.17"
}
}