-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.72 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
62
63
64
65
66
67
68
69
70
71
{
"name": "my-app",
"version": "0.3.0",
"description": "A sample Node.js app using Express 4",
"engines": {
"node": "16.x"
},
"scripts": {
"client": "npm start --prefix frontend",
"server": "node ./backend/server.js",
"heroku-postbuild": "cd ./frontend && npm run build",
"start": "node ./backend/server.js && react-scripts start",
"devstart": "concurrently \"npm run server\" \"npm run client\""
},
"dependencies": {
"-": "^0.0.1",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.35.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "^4.18.1",
"http-proxy-middleware": "^2.0.6",
"i": "^0.3.7",
"js": "^0.1.0",
"node": "^14.17.5",
"nodemailer": "^6.7.7",
"parser": "^0.1.4",
"pg": "^8.7.3",
"pg-format": "^1.0.4",
"proxy": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^2.1.3",
"react-transition-group": "^4.4.2",
"stripe": "^9.16.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"concurrently": "^7.2.2",
"got": "^11.3.0",
"tape": "^4.7.0"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}