-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 Bytes
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
{
"name": "compon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:compon": "gulp -f packages/components/script/build/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/gulp": "^4.0.17",
"@types/gulp-autoprefixer": "^0.0.37",
"@types/gulp-less": "^0.0.36",
"@types/node": "^22.10.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/runtime-core": "^3.5.13",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-less": "^5.0.0",
"less": "^4.2.1",
"release-it": "^18.1.1",
"sucrase": "^3.35.0",
"typescript": "^5.7.3",
"unplugin-vue-define-options": "^1.5.3",
"vite": "^6.0.7",
"vite-plugin-dts": "1.4.1",
"vue": "^3.5.13"
}
}