-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "vuex-storage-plugin",
"version": "1.0.0",
"description": "",
"main": "dist/vuex-storage-plugin.js",
"scripts": {
"serve": "poi demo/demo.js --serve",
"build": "del dist && bili",
"test": "cross-env NODE_ENV=production && jest --no-cache",
"test-watch": "cross-env NODE_ENV=production && jest --no-cache --watch",
"coverage": "npm run test -- --coverage",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"prepublish": "npm run build",
"docs:deploy": "sh deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gigioSouza/vuex-storage-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gigioSouza/vuex-storage-plugin/issues"
},
"homepage": "https://github.com/gigioSouza/vuex-storage-plugin#readme",
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.29",
"babel-jest": "24.1.0",
"bili": "^3.1.2",
"coveralls": "3.0.3",
"cross-env": "5.2.0",
"del-cli": "1.1.0",
"jest": "24.1.0",
"poi": "12.5.5",
"vue": "2.6.8",
"vue-template-compiler": "2.6.8",
"vuepress": "0.14.9",
"vuex": "3.1.0"
}
}