-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 KB
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
{
<<<<<<< HEAD
"name": "express-app",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": "10.15.3",
"npm": "6.4.1"
},
"scripts": {
"client": "cd client && yarn start",
"server": "nodemon server.js --ignore client",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"dependencies": {
"express": "^4.16.2"
},
"devDependencies": {
"concurrently": "^3.5.0"
}
}
=======
"name": "g66-car-dealer",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"firebase": "^5.2.0",
"morgan": "^1.9.0",
"nodemailer": "^4.6.7",
"nodemon": "^2.0.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons-kit": "^1.0.7",
"react-image": "^1.3.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-slideshow-image": "^0.2.2",
"reactstrap": "^5.0.0-alpha.4",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"serve-favicon": "^2.5.0",
"trim": "0.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
>>>>>>> 8df72867fa6c2f26cf03d7c715d42b8b06195ee6