-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "balijs-site",
"version": "3.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/BaliJS/balijs-web"
},
"dependencies": {
"async": "1.5.2",
"babel-core": "6.7.7",
"babel-plugin-syntax-object-rest-spread": "6.5.0",
"babel-plugin-transform-object-rest-spread": "6.6.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.7.2",
"babelify": "7.2.0",
"body-parser": "1.15.2",
"browserify-middleware": "7.0.0",
"classnames": "2.2.5",
"connect-mongo": "1.1.0",
"crypto": "0.0.3",
"dotenv": "2.0.0",
"express-graphql": "0.4.13",
"graphql": "0.4.18",
"graphql-relay": "0.3.6",
"jade": "1.11.0",
"keystone": "https://github.com/keystonejs/keystone.git#f3083c",
"lodash": "4.17.19",
"moment": "2.27.0",
"newrelic": "1.26.2",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-github": "1.1.0",
"passport-google-oauth": "^0.2.0",
"passport-twitter": "1.0.4",
"react": "0.14.8",
"react-dom": "0.14.8",
"request": "2.69.0",
"store-prototype": "1.1.1",
"superagent": "5.3.1"
},
"engines": {
"node": "~4.2.0",
"npm": "~2.14.3"
},
"scripts": {
"start": "node keystone.js",
"print-graphql-schema": "babel-node ./graphql/scripts/printSchema.js"
}
}