-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
55
56
57
{
"name": "poke-api-graphql",
"version": "0.0.0",
"private": true,
"scripts": {
"setup": "npm i",
"start": "./node_modules/.bin/babel-node app.js",
"update-schema": "babel-node ./scripts/updateSchema.js"
},
"dependencies": {
"babel": "5.8.21",
"babel-core": "^5.8.34",
"babel-loader": "5.3.2",
"babel-preset-stage-0": "^6.3.13",
"babel-relay-plugin": "0.6.0",
"body-parser": "^1.14.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"flux": "^2.1.1",
"graphql": "^0.4.14",
"graphql-relay": "^0.3.5",
"jquery": "^2.1.4",
"jspm": "^0.16.15",
"kerberos": "0.0.17",
"mongodb": "^2.1.0",
"morgan": "^1.6.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-relay": "0.6.0",
"request": "^2.67.0",
"serve-favicon": "~2.3.0",
"stripe": "^4.1.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"jspm": {
"directories": {
"baseURL": "js"
},
"dependencies": {
"events": "github:jspm/nodelibs-events@^0.1.1",
"flux": "npm:flux@^2.1.1",
"jquery": "github:components/jquery@^2.1.4",
"react": "npm:react@^0.14.3",
"react-dom": "npm:react-dom@^0.14.3",
"react-relay": "npm:react-relay@^0.6.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}