37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "aicard",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"build": "vite build --mode production",
|
|
"build:dev": "vite build --mode development",
|
|
"build:local": "VITE_APP_HOST=http://localhost:4173 vite build --mode development",
|
|
"preview": "npm run test:console && vite preview",
|
|
"test": "vitest",
|
|
"test:console": "node -r esbuild-register src/tests/console-test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.15.12",
|
|
"@atproto/did": "^0.1.5",
|
|
"@atproto/identity": "^0.4.8",
|
|
"@atproto/oauth-client-browser": "^0.3.19",
|
|
"@atproto/xrpc": "^0.7.0",
|
|
"axios": "^1.6.2",
|
|
"framer-motion": "^10.16.16",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^7.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.10",
|
|
"vitest": "^1.1.0",
|
|
"esbuild": "^0.19.10",
|
|
"esbuild-register": "^3.5.0"
|
|
}
|
|
}
|