-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.55 KB
/
package.json
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
{
"name": "chalupagrande.com",
"version": "1.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.3.3",
"@sendgrid/mail": "^8.1.4",
"@stripe/react-stripe-js": "^3.5.0",
"@stripe/stripe-js": "^6.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.8.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"local-storage": "^2.0.0",
"path": "^0.12.7",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.2",
"react-google-recaptcha": "^3.1.0",
"react-p5": "^1.3.2",
"react-resizable": "^3.0.5",
"react-scripts": "5.0.1",
"redis": "^4.7.0",
"stripe": "^17.7.0",
"twilio": "^5.5.0"
},
"scripts": {
"start": "node server/server.js",
"server-dev": "nodemon -w server server/server.js",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"redis-start": "redis-server"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint-config-prettier": "^10.1.1",
"nodemon": "^3.1.9"
}
}