-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "xmas25",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"lint": "eslint . --ext .ts,.tsx,.vue",
"lint:fix": "eslint . --ext .ts,.tsx,.vue --fix",
"build": "rm -rf dist && vue-tsc -b && vite build",
"preview": "vite preview",
"pwa": "bun run build && bun run preview",
"tunnel": "npx localtunnel --port 5555 --subdomain xmas25"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.16",
"eslint": "^9.38.0",
"tailwindcss": "^4.1.16",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.5.22"
},
"devDependencies": {
"@types/node": "^24.6.2",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.5.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.9",
"vite-plugin-pwa": "^1.1.0",
"vue-tsc": "^3.1.0",
"workbox-window": "^7.3.0"
},
"resolutions": {
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5"
}
}