-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
{
"name": "structuredsearch",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.vue src"
},
"dependencies": {
"axios": "^1.13.2",
"core-js": "^3.8.3",
"vue": "^3.2.13"
},
"devDependencies": {
"@babel/eslint-parser": "^7.27.1",
"@types/node": "^25.1.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@unocss/transformer-directives": "^66.5.10",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^9.0.0",
"typescript": "^5.9.3",
"unocss": "^66.5.10",
"vite": "^6.4.1",
"vue-tsc": "^2.2.0"
}
}