-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 985 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
36
37
{
"name": "el-select-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build -- lib",
"preview": "vite preview",
"publish": "npm publish dist/ --registry https://registry.npmjs.org",
"lint": "eslint ./src --ext .vue,.js,.ts,.jsx,.tsx",
"lint-fix": "eslint --fix ./src --ext .vue,.js,.ts,.jsx,.tsx"
},
"dependencies": {
"@iconify/vue2": "^2.1.0",
"@vueuse/core": "^10.10.0",
"el-select-v2": "workspace:*",
"element-ui": "^2.15.14",
"normalize.css": "^8.0.1",
"vue": "^2.7.16"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-vue": "^9.23.0",
"jsonfile": "^6.1.0",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.72.0",
"vite": "^5.4.0",
"vite-plugin-css-injected-by-js": "^3.5.0"
}
}