forked from camyacodes/niques_eats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 964 Bytes
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
{
"name": "niques_eats",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "node server/server.js",
"develop": "concurrently \"cd server && npm run watch\" \"cd client && npm start\"",
"install": "cd server && npm i && cd ../client && npm i",
"seed": "cd server && npm run seed",
"build": "cd client && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^5.3.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"apollo-server-express": "^3.6.4",
"chalk": "^5.0.1",
"graphql": "^16.3.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"mongoose": "^6.2.7",
"nodemon": "^2.0.15",
"react-date-picker": "^8.4.0",
"react-datepicker": "^4.7.0",
"react-datetime": "^3.1.1",
"react-redux": "^7.2.6",
"yargs": "^17.4.0"
}
}