-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·97 lines (97 loc) · 2.9 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@focus-reactive/graphql-content-layer",
"version": "3.2.3",
"private": false,
"main": "dist/index.js",
"scripts": {
"start": "yarn dev | yarn storybook | yarn tdd",
"dev": "nodemon --exec yarn prepare",
"test-run": "node develop",
"storybook": "start-storybook -p 6001 --ci",
"update-schema": "graphql get-schema",
"test": "jest",
"test:smoke": "jest tests/smoke.test.js --detectOpenHandles",
"tdd": "jest --watch",
"prepare": "package-prepare",
"prestart": "relative-deps",
"-prepare": "yarn relative-deps",
"update-dependencies": "yarn upgradeInteractive --latest"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@usulpro/package-prepare": "^1.2.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"dotenv": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"graphql-cli": "^3.0.14",
"jest": "^24.9.0",
"nodemon": "^2.0.2",
"object-hash": "^2.0.3",
"prettier": "^1.19.1",
"relative-deps": "^0.2.0"
},
"dependencies": {
"@focus-reactive/storybook-addon-graphcms": "^1.3.0",
"@react-theming/storybook-addon": "^0.2.1",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-links": "^5.2.8",
"@storybook/addon-notes": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@storybook/storybook-deployer": "^2.8.1",
"dayjs": "^1.9.6",
"graphql-request": "^1.8.2",
"node-fetch": "^2.6.9",
"react": "^16.12.0",
"react-json-view": "^1.19.1",
"remark-html": "^10.0.0",
"remark-parse": "^7.0.2",
"unified": "^8.4.2",
"url-slug": "^2.2.0"
},
"peerDependencies": {
"dotenv": "^8.1.0"
},
"relativeDependencies": {
"@focus-reactive/storybook-addon-graphcms": "../../Addons/storybook-graphql-kit-graphcms/"
},
"homepage": "https://github.com/GitNation/graphql-content-layer",
"bugs": {
"url": "https://github.com/GitNation/graphql-content-layer/issues"
},
"author": "Oleg Proskurin <[email protected]> (https://github.com/focusreactive)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GitNation/graphql-content-layer.git"
},
"keywords": [
"graphql",
"graphcms",
"query",
"queries",
"search",
"storybookjs",
"content",
"content-layer",
"gitnation",
"conference"
]
}