forked from riot/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 849 Bytes
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
{
"name": "riot-graphql",
"version": "0.0.1",
"description": "Example of graphql and riot",
"repository": "riot/examples",
"main": "app/main.js",
"author": "Renan Palmeira",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "webpack-dev-server --inline --colors -d --port 3000"
},
"keywords": [
"riot",
"graphql"
],
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015-riot": "^1.1.0",
"riot": "^3.6.1",
"riot-hot-reload": "0.0.2",
"riot-tag-loader": "1.0.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"@atlaskit/reduced-ui-pack": "^5.5.0",
"apollo-client": "^1.9.0-0",
"graphql-tag": "^2.4.2"
}
}