-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "stack-keep-alive",
"version": "1.0.5",
"description": "",
"main": "dist/library.cjs.js",
"module": "dist/library.esm.js",
"browser": "dist/index.js",
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Zippowxk/stack-keep-alive"
},
"bugs": {
"url": "https://github.com/Zippowxk/stack-keep-alive"
},
"homepage": "https://github.com/Zippowxk/stack-keep-alive",
"scripts": {
"build": "NODE_ENV=development rollup -c --watch",
"release": "NODE_ENV=production rollup -c",
"dev": "NODE_ENV=development rollup -c --watch",
"test": "jest",
"coverage": "jest --collect-coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"peerDependencies": {
"@vue/shared": "^3.2.21",
"vue": "^3.2.21",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-replace": "^4.0.0",
"@vue/compiler-sfc": "^3.2.31",
"@vue/test-utils": "^2.0.0-rc.20",
"babel-jest": "^27.5.1",
"history": "^5.3.0",
"jest": "^27.5.1",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.21",
"vue-router": "^4.0.14"
}
}