forked from KScl/tis100pad
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 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
{
"name": "web",
"version": "1.0.0",
"description": "static frontend",
"type": "module",
"scripts": {
"dev": "vite build --config vite.config.development.ts",
"dev:watch": "vite build --config vite.config.development.ts --watch",
"build": "vite build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@alpinejs/anchor": "^3.14.9",
"@alpinejs/morph": "^3.14.9",
"@floating-ui/dom": "^1.7.0",
"@tailwindcss/vite": "^4.0.17",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"axios": "^1.9.0",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"tailwindcss": "^4.0.17",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.4"
}
}