forked from graphql-kit/graphql-lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.02 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
{
"description": "GraphQL Lodash",
"scripts": {
"start": "webpack-dev-server --config demo/webpack.demo.js",
"build:demo": "webpack -p --config demo/webpack.demo.js",
"deploy": "deploy-to-gh-pages --local demo",
"tsc": "tsc",
"build:bundle": "webpack -p --config webpack.config.js",
"build:package": "rimraf lib/ && npm run tsc && npm run build:bundle"
},
"dependencies": {
"graphql": "^0.11.7",
"lodash-es": "^4.17.4"
},
"devDependencies": {
"@types/graphql": "^0.11.6",
"@types/lodash-es": "^4.17.0",
"@types/react": "^16.0.22",
"@types/react-dom": "^16.0.3",
"@types/webpack": "^3.8.1",
"awesome-typescript-loader": "^3.3.0",
"bootstrap-loader": "^2.2.0",
"css-loader": "^0.28.7",
"dedent": "^0.7.0",
"deploy-to-gh-pages": "^1.3.6",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"graphiql": "^0.11.10",
"graphiql-workspace": "github:apis-guru/graphiql-workspace#tab-fork-dist",
"imports-loader": "^0.7.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"node-sass": "^4.6.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-modal": "^3.1.2",
"resolve-url-loader": "^2.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.8",
"style-loader": "^0.19.0",
"typescript": "^2.6.1",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"name": "graphql-lodash",
"version": "1.3.4",
"main": "lib/graphql-lodash.bundle.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/APIs-guru/graphql-lodash.git"
},
"keywords": [
"GraphQL",
"lodash",
"underscore",
"fp",
"functional"
],
"author": "APIs.guru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APIs-guru/graphql-lodash/issues"
},
"homepage": "https://github.com/APIs-guru/graphql-lodash#readme"
}