-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.29 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
{
"name": "HomeWorks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git"
},
"scripts": {
"dev": "nodemon index.js --ignore client",
"json:server": "json-server --watch db.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-client": "^0.8.1",
"axios": "^0.15.3",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"body-parser": "^1.16.0",
"connect-mongo": "^1.3.2",
"css-loader": "^0.26.1",
"express": "^4.14.0",
"express-graphql": "^0.6.1",
"express-session": "^1.15.0",
"graphql": "^0.8.2",
"graphql-tag": "^2.0.0",
"html-webpack-plugin": "^2.26.0",
"json-server": "^0.10.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mongoose": "^4.7.8",
"nodemon": "*",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.4.2",
"react-apollo": "^0.9.0",
"react-datepicker": "^0.48.0",
"react-dom": "^15.4.2",
"react-router": "^3.0.5",
"style-loader": "^0.13.1",
"webpack": "^2.2.0",
"webpack-dev-middleware": "^1.9.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"graphql-type-json": "^0.1.4"
}
}