-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack -d --watch --progress",
"staging": "cross-env NODE_ENV=staging webpack --progress",
"build": "cross-env NODE_ENV=production webpack --progress"
},
"dependencies": {
"@babel/polyfill": "~7.7",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.1.0",
"popper.js": "~1.16",
"vue": "~2.6",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"vuex-persistedstate": "^2.7.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "~7.7",
"@babel/plugin-syntax-dynamic-import": "~7.7",
"@babel/plugin-syntax-import-meta": "~7.7",
"@babel/preset-env": "~7.7",
"babel-loader": "~8.0",
"babel-preset-vue": "~2.0",
"compression-webpack-plugin": "~3.0",
"cross-env": "~6.0",
"css-loader": "~2.1",
"friendly-errors-webpack-plugin": "~1.7",
"html-webpack-plugin": "~3.2",
"mini-css-extract-plugin": "~0.8",
"node-sass": "~4.13",
"optimize-css-assets-webpack-plugin": "~5.0",
"sass-loader": "~8.0",
"terser-webpack-plugin": "~2.2",
"vue-loader": "~15.7",
"vue-style-loader": "~4.1",
"vue-template-compiler": "~2.6",
"webpack": "~4.41",
"webpack-bundle-analyzer": "~3.6",
"webpack-cli": "~3.3",
"webpack-dev-server": "~3.9",
"webpack-hot-middleware": "~2.25",
"webpack-merge": "~4.2",
"webpack4-bundle-tracker": "~0.0.1-beta",
"autoprefixer": "^9.7.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0"
}
}