-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "mealticket",
"version": "1.0.0",
"description": "MealTicket",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "concurrently \"nodemon server.js\" \"cd ./client && yarn start \" ",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd client && yarn install && yarn build"
},
"dependencies": {
"antd": "^3.2.0",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"express": "^4.16.2",
"mailer": "^0.6.7",
"material-ui": "^0.20.0",
"mongoose": "^5.0.3",
"mongoose-type-url": "^1.0.2",
"nodemon": "^1.14.12",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-dynamic-forms": "^0.15.0",
"react-materialize": "^1.1.2",
"react-redux": "^5.0.6",
"react-stack-grid": "^0.7.1",
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://juanitapinkney.github.io/MealTicket"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://juanitapinkney.github.io/MealTicket/issues"
},
"homepage": "https://juanitapinkney.github.io/MealTicket"
}