-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.03 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
59
60
61
62
63
64
{
"author": "Jinghui_S",
"private": true,
"name": "fast-start",
"version": "0.0.0",
"description": "",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"demo": "pnpm -F demo dev",
"clear": "rimraf 'packages/*/{lib,node_modules}'",
"preinstall": "npx only-allow pnpm",
"build": "pnpm --filter=@fast-start/* run build",
"change": "pnpm changeset",
"publish": "pnpm changeset publish",
"chgset": "pnpm change && pnpm changeset version",
"build:publish": "pnpm build && pnpm clear && pnpm publish -r",
"release": "pnpm build && pnpm changeset tag",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"gulp": "^5.0.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@element-plus/icons-vue": "^2.3.1",
"@fast-start/control-flow": "workspace:^",
"@fast-start/core": "workspace:^",
"@tsconfig/node20": "^20.1.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.28",
"@vee-validate/valibot": "^4.12.6",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/shared": "^3.4.27",
"@vue/tsconfig": "^0.5.1",
"clsx": "^2.1.1",
"element-plus": "^2.7.2",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.3",
"npm-run-all2": "^6.1.2",
"prism-theme-vars": "^0.2.5",
"prismjs": "^1.29.0",
"rimraf": "^5.0.5",
"sass": "^1.77.0",
"shiki": "^1.5.1",
"typescript": "~5.4.0",
"valibot": "^0.30.0",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.9.0",
"vite-plugin-vue-devtools": "^7.0.18",
"vitepress": "^1.1.4",
"vue-tsc": "^2.0.14"
}
}