-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.48 KB
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
43
44
45
46
47
48
49
50
{
"name": "sunday",
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"dev": "cross-env NODE_ENV=development && vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"gentype": "openapi-typescript https://sat-dev.app.nbtca.space/openapi.yaml -o ./src/types/schema.d.ts"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@logto/vue": "^2.2.17",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"openapi-fetch": "^0.13.4",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.13.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"@vue/tsconfig": "^0.7.0",
"cross-env": "^7.0.3",
"eslint": "^9.20.1",
"eslint-plugin-vue": "^9.32.0",
"happy-dom": "^15.11.7",
"openapi-typescript": "^7.6.1",
"postcss": "^8.5.2",
"postcss-100vh-fix": "^1.0.2",
"prettier": "^3.5.1",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-windicss": "^1.9.4",
"vitest": "^2.1.9",
"vue-tsc": "^2.2.2",
"windicss": "^3.5.6"
}
}