-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 959 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
{
"name": "gifticon",
"version": "1.0.0",
"engines": {
"node": "12.13.0",
"npm": "6.12.0"
},
"scripts": {
"client": "cd client && yarn start",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"predeploy": "npm run dev",
"deploy": "gh-pages -d dev",
"start": "nodemon server.js"
},
"dependencies": {
"@material-ui/icons": "^4.9.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"greenlock-express": "^4.0.3",
"link": "^0.1.5",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.4",
"react-router-dom": "^5.2.0",
"route": "^0.2.5",
"router": "^1.3.5"
},
"devDependencies": {
"concurrently": "^4.0.1",
"gh-pages": "^3.1.0"
}
}