-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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": "history-keep-alive-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -c ./webpack/webpack.config.js",
"build:mpa": "webpack -c ./webpack/webpack.config.mpa.js",
"dev": "webpack serve -c ./webpack/webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yang862/history-keep-alive-example.git"
},
"author": "Barrier Yang",
"license": "ISC",
"bugs": {
"url": "https://github.com/yang862/history-keep-alive-example/issues"
},
"homepage": "https://github.com/yang862/history-keep-alive-example#readme",
"dependencies": {
"history-keep-alive": "^0.1.10",
"vant": "^2.12.44",
"vue": "^2.6.10",
"vue-router": "^3.0.6"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.4.1",
"install": "^0.13.0",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"npm": "^8.5.4",
"postcss-loader": "^3.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"vue-loader": "^14.2.4",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
}
}