-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "y-design",
"version": "1.0.0",
"description": "",
"main": "index.js",
"packageManager": "[email protected]",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:y-design": "gulp -f script/build/index.ts",
"publish:y-design": "gulp -f script/publish/index.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/gulp": "^4.0.13",
"@types/gulp-autoprefixer": "^0.0.34",
"@types/gulp-sass": "^5.0.1",
"@types/node": "^20.4.8",
"@vitejs/plugin-vue": "^4.2.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.1.0",
"release-it": "^16.1.3",
"sucrase": "^3.34.0",
"typescript": "^5.1.6",
"unplugin-vue-define-options": "^1.3.14",
"vite": "^4.4.8",
"vite-plugin-dts": "1.4.1",
"vue": "^3.2.36"
},
"dependencies": {
"sass": "^1.64.2",
"vitepress": "1.0.0-beta.7",
"y-design-ui": "workspace:^"
}
}