48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "ski",
|
|
"version": "1.0.0",
|
|
"description": "Ski Photos",
|
|
"license": "ISC",
|
|
"author": "Aaron Gutierrez",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.frat.tech:aaron/ski.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"check": "vp check",
|
|
"dev": "vp dev",
|
|
"build": "vp build",
|
|
"deploy": "node --experimental-strip-types scripts/publish.ts",
|
|
"fmt": "vp fmt",
|
|
"images": "node --experimental-strip-types scripts/convert.ts",
|
|
"lint": "vp lint",
|
|
"preview": "vp preview",
|
|
"prepare": "vp config"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-cloudfront": "^3.1029.0",
|
|
"@aws-sdk/client-s3": "^3.1029.0",
|
|
"@aws-sdk/credential-providers": "^3.1029.0",
|
|
"mime-types": "^3.0.2",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mime-types": "^3.0.1",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"typescript": "^6.0.2",
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.16",
|
|
"vite-plus": "0.1.16"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.16",
|
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16"
|
|
},
|
|
"packageManager": "npm@11.12.1"
|
|
}
|