forked from WebDollar/vue-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.96 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@webdollar/front-webdollar",
"version": "0.0.2",
"description": "WebDollar Frontend",
"author": "WebDollar.io",
"scripts": {
"start": "npm run build:static && npx serve",
"build": "npm run build:static",
"build:static": "cross-env NODE_ENV=development webpack --config build/webpack.static.config.js --progress",
"build:static-prod": "cross-env NODE_ENV=production webpack --config build/webpack.static.config.js --progress",
"test": "npm run build:static"
},
"engines": {
"node": ">=16.0",
"npm": ">=8.0"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@vue/preload-webpack-plugin": "^2.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.5",
"babel-loader": "^9.1.2",
"chart.js": "^4.2.1",
"clean-webpack-plugin": "^4.0.0",
"compression": "^1.7.4",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"es6-promise": "^4.2.8",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"glob": "^10.2.1",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.5.1",
"https": "^1.0.0",
"jsonp": "^0.2.1",
"koa": "^2.14.2",
"lru-cache": "^9.1.0",
"md5": "^2.3.0",
"mini-css-extract-plugin": "^2.7.5",
"moment": "^2.29.4",
"node-sass": "^8.0.0",
"pem": "^1.14.7",
"postcss": "^8.4.22",
"postcss-loader": "^7.2.4",
"rimraf": "^5.0.0",
"rxjs": "^7.8.0",
"sanitize-html": "^2.10.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"terser-webpack-plugin": "^5.3.7",
"transform-runtime": "^0.0.0",
"url-loader": "^4.1.1",
"vue": "^2.7.14",
"vue-collapse": "^1.0.31",
"vue-i18n": "^8.28.2",
"vue-loader": "^15.10.1",
"vue-multiselect": "^2.1.7",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.6.5",
"vue-scrollto": "^2.20.0",
"vue-server-renderer": "^2.7.14",
"vue-slider-component": "^3.2.24",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"vuex": "^3.6.2",
"webpack": "^5.79.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-middleware": "^6.0.2",
"webpack-hot-middleware": "^2.25.3",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"serve": "^14.2.0",
"webpack-cli": "^5.0.1"
}
}