-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 954 Bytes
/
package.json
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
{
"name": "lets-get-creative",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "eslint ."
},
"devDependencies": {
"@astrojs/react": "2.2.1",
"@astrojs/tailwind": "4.0.0",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-slider": "1.1.2",
"@tldraw/core": "1.23.2",
"@tldraw/intersect": "0.1.3",
"@tldraw/vec": "0.1.3",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"astro": "2.9.6",
"eslint": "8.56.0",
"perfect-freehand": "1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.5.0",
"tailwindcss": "3.3.3",
"zustand": "4.5.1"
}
}