-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "GoaFrontend",
"version": "1.0.0",
"sideEffects": false,
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"mavon-editor": "^2.6.17",
"vue": "^2.5.17",
"vue-avatar-cropper": "0.0.28",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.23.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js --mode=production",
"watch": "node_modules/.bin/webpack --config webpack.config.js --watch",
"dev": "node_modules/.bin/webpack --config webpack.config.js"
}
}