-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "virtual-garden",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"deploy": "serverless deploy",
"deploy:prod": "serverless deploy --stage prod"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.758.0",
"@reduxjs/toolkit": "^2.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@vercel/analytics": "^1.3.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"json5": "^2.2.3",
"luxon": "^3.7.2",
"next": "14.2.3",
"papaparse": "^5.5.2",
"pg": "^8.13.3",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/aws-lambda": "^8.10.147",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.7.1",
"@types/node": "^20.17.6",
"@types/pg": "^8.11.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"cypress": "^13.13.2",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"jest": "^29.7.0",
"postcss": "^8",
"serverless-typescript": "^0.0.5",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"description": "## Deployed with vercel here: https://react-virtual-garden.vercel.app",
"main": "babel.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}