-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 953 Bytes
/
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
{
"name": "try-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server",
"server": "nodemon server",
"client": "npm dev --prefix client",
"start": "concurrently \"npm run server\" \"npm run client\""
},
"author": "",
"license": "ISC",
"engines": {
"node": "14.17.0"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@mojs/core": "^1.1.0",
"bcryptjs": "^2.4.3",
"config": "^3.3.6",
"cors": "^2.8.5",
"dateformat": "^4.5.1",
"express": "^4.17.1",
"express-validator": "^6.12.1",
"gravatar": "^1.8.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"materialize-css": "^1.0.0",
"mongoose": "^5.13.3",
"mongoose-type-url": "^2.1.0",
"react-materialize": "^3.9.9",
"request": "^2.88.2",
"validator": "^13.6.0"
},
"devDependencies": {
"concurrently": "^6.2.0",
"nodemon": "^2.0.12"
}
}