forked from JedWatson/sydjs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
58
{
"name": "sydjs-site",
"version": "3.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/sydjs-site.git"
},
"dependencies": {
"async": "^1.5.0",
"babel-core": "^6.3.17",
"babel-plugin-syntax-object-rest-spread": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"body-parser": "^1.14.1",
"browserify-middleware": "^7.0.0",
"classnames": "^2.2.0",
"connect-mongo": "^0.8.2",
"crypto": "0.0.3",
"dotenv": "^1.2.0",
"express-graphql": "^0.4.5",
"graphql": "^0.4.14",
"graphql-relay": "^0.3.5",
"keystone": "https://github.com/keystonejs/keystone.git",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"newrelic": "^1.24.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth": "^0.2.0",
"passport-twitter": "^1.0.3",
"react": "^0.14.3",
"react-dom": "^0.14.1",
"request": "^2.67.0",
"store-prototype": "^1.1.1",
"superagent": "^1.4.0",
"underscore": "^1.8.3"
},
"engines": {
"node": "~4.1.0",
"npm": "~2.14.3"
},
"scripts": {
"start": "node keystone.js",
"print-graphql-schema": "babel-node ./graphql/scripts/printSchema.js",
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-react": "^3.11.3",
"eslint-plugin-standard": "^1.3.1"
}
}