-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "data_driven_api",
"version": "1.0.0",
"description": "A full-stack JavaScript web application using React Flux/Relay and Node/Express with GraphQL and MongoDB.",
"main": "server.js",
"scripts": {
"start": "babel-node --presets react,es2015 server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anthonygallina1/Building-Data-driven-React-Applications-with-Relay-GraphQL-and-Flux.git"
},
"keywords": [
"ES6",
"JSX",
"JavaScript",
"React",
"Flux/Relay",
"Node/Express",
"GraphQL",
"MongoDB"
],
"author": "Anthony Gallina",
"license": "ISC",
"bugs": {
"url": "https://github.com/anthonygallina1/Building-Data-driven-React-Applications-with-Relay-GraphQL-and-Flux/issues"
},
"homepage": "https://github.com/anthonygallina1/Building-Data-driven-React-Applications-with-Relay-GraphQL-and-Flux#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"dotenv": "^2.0.0",
"events": "^1.1.0",
"express": "^4.13.4",
"flux": "^2.1.1",
"jquery": "^3.3.1",
"mongodb": "^2.1.18",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"webpack": "^2.1.0-beta.0"
},
"devDependencies": {}
}