-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "elm_webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --config ./config/webpack_dev.js",
"build": "webpack --config ./config/webpack_pro.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.22.20",
"babel-loader": "^8.1.0",
"eslint": "^8.50.0",
"vue-loader": "^15.10.2",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"@taoqf/bscroll": "^1.4.6",
"@vue/cli-plugin-babel": "^5.0.8",
"axios": "^1.6.1",
"better-scroll": "^2.5.1",
"css-loader": "^6.8.1",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mockjs": "^1.1.0",
"mockjs-fetch": "^2.0.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.4",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"swiper": "^5.4.5",
"vue": "^2.7.14",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}