-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.81 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
{
"name": "inventor-me",
"version": "0.1.0",
"private": true,
"dependencies": {
"@expo/vector-icons": "^12.0.4",
"@react-navigation/stack": "^5.14.3",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.0",
"amazon-cognito-identity-js": "^4.5.14",
"apisauce": "^2.0.1",
"aws-amplify": "^3.3.26",
"boostrap": "^2.0.0",
"cors": "^2.8.5",
"dateformat": "^4.5.1",
"moment": "^2.29.1",
"puppeteer": "^8.0.0",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-circular-progressbar": "^2.0.4",
"react-collapsible": "^2.8.3",
"react-currency-input-field": "^3.3.1",
"react-date-picker": "^8.1.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-overlay-menu": "^1.0.0",
"react-phone-input-2": "^2.13.9",
"react-rounded-image": "^2.0.11",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"frontend": "react-scripts start",
"start": "run-p server frontend",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "node-env-run backend/server.js --exec nodemon | pino-colada"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"express-pino-logger": "^6.0.0",
"http-proxy-middleware": "^1.1.1",
"node-env-run": "^4.0.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"pino-colada": "^2.1.0",
"webpack-cli": "^4.5.0"
}
}