-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1011 Bytes
/
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
{
"name": "young-design",
"version": "1.0.0",
"description": "monorepo+vite+vue3组件库",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pnpm run --filter examples dev",
"build": "gulp -f components/script/build/gulpfile.ts",
"publish:comp": "gulp -f components/script/publish/gulpfile.ts",
"start:docs": "pnpm run --filter site docs:dev",
"build:docs": "cd site && ./deploy.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/gulp": "^4.0.9",
"@types/gulp-autoprefixer": "^0.0.33",
"@types/gulp-less": "^0.0.32",
"@types/less": "^3.0.3",
"@vitejs/plugin-vue": "^3.0.1",
"cpy": "^9.0.1",
"fast-glob": "^3.2.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-less": "^5.0.0",
"less": "^4.1.3",
"sucrase": "^3.25.0",
"typescript": "^4.7.4",
"vite": "^3.0.9",
"vite-plugin-dts": "^1.4.1",
"vue": "^3.2.36"
}
}