-
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) · 822 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 822 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": "find-point-a4-coordinate-system-percent",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"clean": "rm -rf node_modules dist package-lock.json"
},
"dependencies": {
"@vueuse/core": "^14.2.1",
"js-base64": "^3.7.8",
"vue": "^3.5.25",
"vue3-toastify": "^0.2.9"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.1",
"@eslint/js": "^9.39.2",
"@types/eslint__js": "^9.14.0",
"@types/node": "^25.0.2",
"@vitejs/plugin-vue": "^6.0.3",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0",
"vite": "^7.3.0",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.2.1"
}
}