-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 980 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 980 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
{
"name": "project-vue",
"version": "0.0.0",
"description": "A vue project.",
"private": true,
"keywords": [],
"scripts": {
"dev": "sc watch --preset vue --port 8888",
"dist": "sc build --preset vue",
"deploy": "sc deploy"
},
"license": "ISC",
"dependencies": {
"jquery": "^3.2.1",
"vue": "^2.5.3",
"vue-template-compiler": "^2.5.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.32",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"extract-text-webpack-plugin": "^3.0.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"standard": "^10.0.3",
"vue-loader": "^13.5.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}