-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (42 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
41
42
43
{
"name": "5irich-test",
"version": "0.1.32",
"description": "组件库演示",
"main": "lib/components/index.js",
"scripts": {
"dev": "vite",
"build": "npm run build:js && npm run build:css",
"build:js": "vite build",
"build:css": "npx gulp sass",
"preview": "vite preview"
},
"dependencies": {
"5irich-test": "^0.1.11",
"@element-plus/icons-vue": "^2.1.0",
"element-plus": "^2.3.3",
"gulp": "^4.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^5.1.0",
"vite-plugin-components": "^0.13.3",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"unplugin-element-plus": "^0.7.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vitepress": "^1.0.0-alpha.73"
},
"files": ["lib"],
"repository": {
"type": "git",
"url": "https://github.com/yourname/yourproject.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"types": "type/index.d.ts",
"typings": "type/index.d.ts",
}