forked from desultoryhalibut/eat-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
45
46
47
48
49
50
51
52
{
"name": "PerpetualHarmony",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dealundgren/PerpetualHarmony.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dealundgren/PerpetualHarmony/issues"
},
"homepage": "https://github.com/dealundgren/PerpetualHarmony#readme",
"dependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"google-map-react": "^0.16.3",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"react": "^15.2.1",
"react-bootstrap": "^0.30.0-rc.2",
"react-bootstrap-datetimepicker": "0.0.22",
"react-dom": "^15.2.1",
"react-gmaps": "^1.5.0",
"react-google-maps": "^4.11.0",
"react-icons": "^2.2.1",
"react-pure-render": "^1.0.2",
"react-router": "^2.6.0",
"react-router-bootstrap": "^0.23.0",
"sequelize": "^3.23.4",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1"
},
"devDependencies": {
"nodemon": "^1.9.2"
}
}