-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 925 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
38
39
40
41
42
{
"name": "vite-plugins",
"type": "module",
"version": "1.0.0",
"description": "",
"author": "",
"license": "MIT",
"keywords": [],
"main": "index.js",
"scripts": {
"test": "vitest",
"test:u": "vitest -u"
},
"devDependencies": {
"@mistjs/eslint-config": "^1.0.0",
"@mistjs/tsconfig-vue": "^0.0.4",
"@types/node": "^18.19.50",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.2.3",
"bumpp": "^9.5.2",
"cpx": "^1.5.0",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"rimraf": "^4.4.1",
"tsup": "^6.7.0",
"typescript": "^5.5.4",
"unbuild": "^1.2.1",
"vite": "^5.4.3",
"vite-plugin-inspect": "^0.8.7",
"vitest": "^2.0.5",
"vue": "^3.5.1",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}