-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 910 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 910 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
33
34
35
36
37
38
{
"name": "when",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wrangler pages dev dist",
"dev:vite": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier-eslint",
"lint": "eslint ./src/**/*.{js,vue} ./functions/**/*.mjs"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.15",
"bent": "^7.3.12",
"tailwindcss": "^4.1.15",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/language-server": "^3.1.2",
"eslint": "^9.38.0",
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.4.0",
"prettier-eslint": "^16.4.2",
"prettier-eslint-cli": "^8.0.1",
"vite": "npm:rolldown-vite@7.1.14",
"wrangler": "^4.45.0"
},
"overrides": {
"vite": "npm:rolldown-vite@7.1.14"
}
}