-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.82 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": "mvp",
"version": "1.0.0",
"description": "miah",
"private": true,
"scripts": {
"start": "node server/server.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build"
},
"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"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nmwenz90/mvp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nmwenz90/mvp/issues"
},
"homepage": "https://github.com/nmwenz90/mvp#readme",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cors": "^2.8.5",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"final-form": "^4.20.1",
"jsonwebtoken": "^8.5.1",
"mobx": "^5.15.7",
"mobx-react-lite": "^2.2.2",
"moment": "^2.29.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-final-form": "^6.5.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-speech": "^1.0.2",
"react-toastify": "^6.0.8",
"react-widgets": "^5.0.0-beta.21",
"react-widgets-date-fns": "^5.0.0-beta.8",
"revalidate": "^1.2.0",
"semantic-ui-react": "^1.3.0"
}
}