-
Notifications
You must be signed in to change notification settings - Fork 1
/
package4.json
45 lines (45 loc) · 1.12 KB
/
package4.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
{
"name": "hami-vuex",
"version": "0.1.5",
"description": "哈密瓜味的Vuex! State management for Vue.js",
"main": "dist/index.js",
"files": [
"dist/",
"LICENSE",
"README.md"
],
"browserslist": "> 0.1%, not dead",
"scripts": {
"build": "rollup -c",
"lint": "eslint src tests",
"test:unit": "jest --config jest.config.json --coverageDirectory coverage4",
"test": "npm run lint && npm run build && npm run test:unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guyskk/hami-vuex.git"
},
"author": "guyskk",
"license": "MIT",
"bugs": {
"url": "https://github.com/guyskk/hami-vuex/issues"
},
"homepage": "https://github.com/guyskk/hami-vuex#readme",
"peerDependencies": {
"vue": ">=3.0.0",
"vuex": ">=4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@types/jest": "^27.0.3",
"babel-jest": "^27.4.4",
"eslint": "^8.4.1",
"jest": "^27.4.4",
"rollup": "^2.61.1",
"rollup-plugin-copy": "^3.4.0",
"vue": "^3.2.26",
"vuex": "^4.0.2"
}
}