-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.11 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "sfs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "tsc",
"build": "tsc && vite build"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.0",
"@types/alpinejs__morph": "^3.13.3",
"@types/animejs": "^3.1.12",
"@types/flickity": "^2.2.9",
"@types/three": "^0.163.0",
"csstype": "^3.1.3",
"glob": "^10.3.4",
"postcss": "^8.4.29",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"dependencies": {
"@alpinejs/morph": "^3.13.3",
"alpinejs": "^3.13.0",
"animejs": "^3.2.2",
"fabric": "^6.0.0-beta20",
"flickity": "^3.0.0",
"htmx.org": "^1.9.5",
"install": "^0.13.0",
"konva": "^9.3.6",
"maplibre-gl": "^3.6.2",
"three": "^0.163.0"
},
"prettier": {
"semi": false
}
}