-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 873 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
29
30
{
"name": "skywhale-airways",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "I AM NOMAD — a psychedelic airport for time travelers. WebGL microsite. AI Film Club Retro challenge, June 2026. By Kris Krug & Suzy Easton.",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check:seo": "node scripts/check-seo.mjs",
"test:seo": "node --test tests/seo-check.test.mjs",
"optimize": "node scripts/optimize-assets.mjs",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"three": "^0.184.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.6.0",
"prettier": "^3.8.4",
"sharp": "^0.35.2",
"vite": "^8.0.16"
}
}