-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "graphql-forms",
"version": "0.0.41",
"description": "Auto generated Graphql Forms with React",
"main": "dist/index.js",
"scripts": {
"start": "rm example/bundle.js > /dev/null 2>&1 & webpack-dev-server --config webpack.config.dev.js --content-base example/ --progress --colors",
"build": "rm -rf dist & babel src -d dist/ & webpack --config webpack.config.bundle.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hlandao/graphql-forms.git"
},
"keywords": [
"react",
"graphql",
"forms",
"autoform",
"meteor"
],
"author": "hlandao <hlandao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hlandao/graphql-forms/issues"
},
"homepage": "https://github.com/hlandao/graphql-forms#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.3.13",
"graphiql": "^0.7.4",
"graphql-tools": "^0.6.2",
"react-router": "^2.6.1",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"graphql": "^0.6.2",
"lodash": "^4.14.1",
"react": "^15.3.0",
"react-dom": "^15.3.0"
}
}