-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "xiaoshan-cli",
"version": "0.0.5",
"description": "xiaoshan-cli 脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js --bundleConfigAsCjs"
},
"keywords": [
"vite",
"Vu3",
"TypeScript",
"Element-plus"
],
"author": "xiaoshan",
"bin": {
"xiaoshan": "bin/index.js"
},
"files": [
"dist",
"bin",
"README.md"
],
"devDependencies": {
"@inquirer/prompts": "3.3.0",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@types/fs-extra": "11.0.2",
"@types/lodash": "4.14.202",
"axios": "1.6.2",
"chalk": "5.3.0",
"commander": "^11.1.0",
"fs-extra": "11.1.1",
"lodash": "4.17.21",
"npx": "^10.2.2",
"ora": "5",
"progress-estimator": "0.3.1",
"rollup": "^4.6.1",
"rollup-plugin-node-externals": "^5.1.2",
"rollup-plugin-typescript2": "^0.36.0",
"simple-git": "3.21.0",
"tslib": "2.6.0",
"typescript": "^5.3.3"
}
}