-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.44 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
53
54
{
"name": "dazzel-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"lint": "eslint",
"test": "mocha --bail --timeout 15000 --reporter nyan test/serverSpec.js"
},
"author": "dazzel-team",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"react-social-icons": "^2.8.1",
"style-loader": "^0.21.0",
"webpack": "^2.2.1",
"webpack-cli": "^2.0.15"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.9",
"express": "^4.15.0",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"google-map-react": "^0.34.0",
"google-maps-react": "^2.0.2",
"jquery": "^3.1.1",
"mocha": "^5.1.1",
"mongoose": "^4.13.12",
"nodemon": "^1.17.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^15.6.2",
"react-google-maps": "^9.4.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.0-rc.2",
"supertest": "^3.0.0"
}
}