-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 975 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
31
{
"name": "gravity",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "set LAUNCH_EDITOR=launch-editor.cmd&& vite",
"dev:antigravity": "set LAUNCH_EDITOR=launch-editor.cmd&& set JS_EDITOR=antigravity&& npm run dev",
"dev:cursor": "set LAUNCH_EDITOR=launch-editor.cmd&& set JS_EDITOR=cursor&& npm run dev",
"build": "vite build",
"preview": "vite preview",
"photos": "node scripts/process-photos.js",
"photos:new": "node scripts/process-photos.js --only-new",
"upload:photos": "node scripts/upload-photos.js"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.1064.0",
"@aws-sdk/client-s3": "^3.1064.0",
"dotenv": "^17.4.2",
"matter-js": "^0.20.0",
"mime-types": "^3.0.2",
"vue": "^3.5.32",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"sharp": "^0.34.5",
"vite": "^8.0.10",
"vite-plugin-vue-devtools": "^8.1.1"
}
}