-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 890 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
34
{
"name": "super-vuex",
"version": "3.0.0",
"description": "super vuex",
"author": "evio",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cevio/super-vuex.git"
},
"scripts": {
"dev": "NODE_ENV=development node_modules/.bin/webpack-dev-server --config=config/webpack.config.dev.js",
"docs:dev": "./node_modules/.bin/vuepress dev docs",
"docs:build": "./node_modules/.bin/vuepress build docs"
},
"peerDependencies": {
"vue": "^2.6.6"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-loader": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"vuepress": "^0.14.2",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.7"
},
"dependencies": {
"vuex": "^3.0.1"
}
}