-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 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": "mydesign",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpm -C play dev",
"build": "gulp -f build/gulpfile.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/gulp": "^4.0.13",
"@types/gulp-autoprefixer": "^0.0.34",
"@types/gulp-clean-css": "^4.3.1",
"@types/gulp-sass": "^5.0.1",
"@types/sass": "^1.45.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"sass": "^1.66.1",
"sucrase": "^3.34.0",
"typescript": "^5.2.2",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue": "^3.2.36"
},
"dependencies": {
"@mydesign/components": "workspace:^",
"@mydesign/theme-chalk": "workspace:^",
"@mydesign/utils": "workspace:^"
}
}