forked from uchews/uchews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 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
62
{
"name": "uchews",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/webpack -d --watch | nodemon server/index.js --inspect",
"start-client": "./node_modules/.bin/webpack -d --watch",
"start-server": "nodemon server/index.js --inspect",
"lint": "eslint **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pray4mojo/uchews.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pray4mojo/uchews/issues"
},
"homepage": "https://github.com/pray4mojo/uchews#readme",
"dependencies": {
"axios": "^0.17.1",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.0",
"dotenv": "^4.0.0",
"eslint-plugin-react": "^7.4.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"google-maps-react": "^1.1.2",
"material-ui": "^0.19.4",
"mongoose": "^4.13.2",
"node-geocoder": "^3.21.1",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-session": "^1.0.2",
"path": "^0.12.7",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-preset-react": "^6.24.1",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"nodemon": "^1.12.1"
}
}