-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
72
73
74
75
76
{
"name": "fambam",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/carousel": "^5.2.5",
"@mantine/core": "^5.2.5",
"@mantine/dates": "^5.2.5",
"@mantine/form": "^5.2.5",
"@mantine/hooks": "^5.2.5",
"@mantine/modals": "^5.2.5",
"@mantine/notifications": "^5.2.5",
"@mantine/nprogress": "^5.2.5",
"@mantine/spotlight": "^5.2.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"babel-jest": "23.6.0",
"babel-plugin-macros": "^3.1.0",
"bluebird": "^3.7.2",
"cors": "^2.8.5",
"dayjs": "^1.11.5",
"dotenv": "^16.0.2",
"embla-carousel-react": "^7.0.2",
"express": "^4.18.1",
"git": "^0.1.5",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"pg": "^8.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^2.1.3",
"socket.io": "^4.5.2",
"socket.io-client": "^4.5.2",
"twilio": "^3.82.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"buildb": "node ./src/db/createDb.js",
"popdb": "node ./src/db/popdb.js",
"server": "node ./server"
},
"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": {
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"react-test-renderer": "^18.2.0"
}
}