-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.7 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
{
"name": "cartera",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "^5.0.0-alpha.80",
"@mui/material": "^5.6.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"cleave.js": "^1.6.0",
"cors": "^2.8.5",
"isomorphic-fetch": "^3.0.0",
"react": "^18.1.0",
"react-awesome-animated-number": "^1.0.9",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"sass": "^1.51.0",
"swr": "^1.3.0",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"client": "react-scripts start",
"server": "nodemon ./src/server.mjs",
"database": "mongod",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/cleave.js": "^1.4.6",
"@types/express": "^4.17.13",
"@types/node": "^17.0.30",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.18.0",
"mongodb": "^4.5.0",
"mongoose": "^6.3.1",
"nodemon": "^2.0.16",
"qrcode": "^1.5.0",
"tslint": "^6.1.3",
"uniqid": "^5.4.0"
}
}