-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 925 Bytes
/
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
{
"name": "vuex-analysis",
"version": "1.0.0",
"description": "Vuex source code analysis",
"main": "simple-store/index.js",
"scripts": {
"dev": "node example/server.js",
"build": "npm run clear && webpack --env production --config webpack.config.js",
"clear": "rm dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackenl/vuex-analysis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackenl/vuex-analysis/issues"
},
"homepage": "https://github.com/jackenl/vuex-analysis#readme",
"devDependencies": {
"@babel/core": "^7.13.15",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.1.1",
"express": "^4.17.1",
"html-webpack-plugin": "^5.3.1",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0"
}
}