-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 988 Bytes
/
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
{
"name": "gitpyman-web",
"version": "1.0.0",
"description": "",
"main": "github_vue.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack main.js --config ./webpackConfig/webpack.deve.config.js -w",
"build": "webpack main.js --config ./webpackConfig/webpack.prod.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.3",
"view-design": "^4.1.1",
"vue": "^2.6.10",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vuetify": "^1.5.22"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0"
}
}