-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.38 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
{
"private": true,
"scripts": {
"build": "webpack -p --progress",
"start": "webpack -p --progress --watch",
"dev:build": "webpack -d --progress",
"dev:start": "webpack -d --progress --watch"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.26.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.4.1",
"bootstrap-sass": "^3.4.1",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.40.0",
"css-loader": "^4.3.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.2.0",
"jquery": "^3.7.1",
"postcss-custom-media": "^7.0.8",
"postcss-loader": "^3.0.0",
"quagga": "^0.12.1",
"sass": "^1.83.1",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"vue": "^2.7.16",
"vue-loader": "^15.11.1",
"vue-notification": "^1.3.20",
"vue-template-compiler": "^2.7.16",
"vue2-datatable-component": "https://github.com/Gomasy/vue2-datatable.git",
"vuex": "^3.6.2",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12"
}
}