-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fuzzy-fest",
"homepage": "https://impucky.github.io/fuzzy-fest/",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tinacms dev -c \"vite\"",
"build": "tinacms build && vite build",
"start": "tinacms build && vite build && vite preview",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "npm run build && netlify deploy --prod",
"backfill": "node scripts/backfillBands.js",
"imgbands": "node scripts/optimizeImages.js ./public/img/bands 80",
"imgfests": "node scripts/optimizeImages.js ./public/img/festivals 100"
},
"dependencies": {
"@fontsource-variable/vollkorn": "^5.1.1",
"@fontsource/rammetto-one": "^5.1.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-slider": "^1.2.1",
"jotai": "^2.10.2",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"motion": "^11.11.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"tinacms": "^2.4.0",
"wouter": "^3.3.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tinacms/cli": "^1.6.11",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"bandcamp-fetch": "^2.0.0",
"cmpstr": "^1.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"front-matter": "^4.0.2",
"gh-pages": "^6.2.0",
"globals": "^15.11.0",
"imagemin": "^9.0.0",
"imagemin-webp": "^8.0.0",
"js-yaml": "^4.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"qs": "^6.13.1",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.3.0"
}
}