-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 1.04 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
{
"name": "yys-tool",
"version": "0.1.0",
"private": true,
"homepage": "https://wu67.github.io/yys-tool",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "VITE_CJS_TRACE=true vite",
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --ext .js,.vue src --fix"
},
"dependencies": {
"dayjs": "^1.11.13",
"dexie": "^4.0.10",
"element-plus": "^2.9.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.82.0",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.3",
"vite": "~6.0.3",
"vue-tsc": "^2.1.10"
}
}