-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.77 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
55
56
57
58
{
"name": "poi-business-time",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "rollup -w --config rollup.config.dev.js --bundleConfigAsCjs",
"build": "export NODE_ENV=production && rollup --config rollup.config.prod.js --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "zuoxiaofei",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-eslint": "^8.0.5",
"@rollup/plugin-html": "^1.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@types/node": "^18.11.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-vue2": "^2.0.0",
"@vue/compiler-sfc": "2.7.11",
"autoprefixer": "^10.4.12",
"esbuild": "^0.15.12",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"less": "^4.1.3",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"rollup": "^3.2.3",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-dev": "^2.0.4",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vue": "^2.7.13",
"vue-eslint-parser": "^9.1.0"
},
"peerDependencies": {
"vue": "^2.7.13"
},
"dependencies": {
"@babel/runtime": "^7.19.4",
"core-js": "^3.26.0"
}
}