-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (72 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "relay-starter-kit",
"private": true,
"description": "A quick way to get up and running with Relay",
"repository": "facebook/relay-starter-kit",
"version": "0.1.0",
"scripts": {
"preinstall": "",
"start": "babel-node server.js",
"update-schema": "babel-node ./scripts/updateSchema.js"
},
"devDependencies": {
},
"dependencies": {
"babel": "5.8.21",
"babel-eslint": "^4.0.5",
"babel-loader": "5.3.2",
"babel-relay-plugin": "^0.1.1",
"babel-runtime": "5.8.20",
"better-console": "^0.2.4",
"css-loader": "^0.16.0",
"del": "^1.2.1",
"eslint": "^1.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.0",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-flatten": "^0.1.1",
"gulp-header": "^1.2.2",
"gulp-help": "^1.6.0",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^0.1.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"lightrouter": "^0.2.3",
"lodash": "^3.10.1",
"map-stream": "0.0.6",
"node-sass": "^3.2.0",
"require-dot-file": "^0.4.0",
"sass-loader": "^2.0.1",
"semantic-ui": "^2.0.8",
"style-loader": "^0.12.3",
"sync-request": "^2.0.1",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1",
"yamljs": "^0.2.3",
"classnames": "^2.1.3",
"express": "^4.13.1",
"express-graphql": "^0.1.0",
"graphql": "^0.2.6",
"graphql-relay": "^0.1.0",
"node-babel": "^0.1.2",
"react": "^0.14.0-beta3",
"react-relay": "^0.1.0",
"todomvc-app-css": "^2.0.1",
"todomvc-common": "^1.0.2"
}
}