-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "spellbook",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.2",
"@nanostores/react": "^0.8.0",
"@tanstack/react-form": "^0.36.3",
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-router": "^1.82.2",
"@tanstack/zod-form-adapter": "^0.36.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.0",
"astro-sst": "^2.43.5",
"lucide-react": "^0.460.0",
"nanostores": "^0.11.3",
"pocketbase": "^0.21.5",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"rough-notation": "^0.5.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/node": "^9.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/router-devtools": "^1.82.2",
"@tanstack/router-plugin": "^1.81.9",
"daisyui": "^4.12.14",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss-3d": "^1.0.7"
}
}