-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.56 KB
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
{
"name": "lib-gsn",
"private": true,
"type": "module",
"scripts": {
"build": "cross-env NODE_ENV=production bun run --bun react-router build",
"dev": "react-router dev",
"start": "cross-env NODE_ENV=production react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lgbootstrap": "bun ./lg-acc-bootstrap/index.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.715.0",
"@aws-sdk/lib-storage": "^3.717.0",
"@heroui/react": "2.6.14",
"@heroui/use-theme": "2.1.2",
"@inquirer/prompts": "^7.2.1",
"@mjackson/file-storage": "^0.3.0",
"@mjackson/form-data-parser": "^0.5.1",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@react-router/fs-routes": "^7.0.2",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"@types/bun": "^1.2.1",
"argon2": "^0.41.1",
"dotenv": "^16.4.7",
"framer-motion": "^11.15.0",
"isbot": "^5.1.17",
"postgres": "^3.4.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"remix-utils": "^8.0.0"
},
"devDependencies": {
"@netlify/vite-plugin-react-router": "^1.0.0",
"@react-router/dev": "^7.0.2",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}