-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
80 lines (80 loc) · 2.24 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
{
"name": "apollo-playground",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-components": "^3.1.3",
"@apollo/react-hoc": "^3.1.3",
"@apollo/react-hooks": "^3.1.3",
"@fylgja/utilkit": "^1.0.3",
"@storybook/react": "^5.2.5",
"apollo-boost": "^0.4.7",
"bootstrap": "^4.3.1",
"formik": "^1.5.8",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"graphql.macro": "^1.4.2",
"history": "^4.10.1",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-app-rewire-graphql-tag": "^1.1.0",
"react-app-rewired": "^2.1.4",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-json-pretty": "^2.1.0",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-sanitized-html": "^2.0.0",
"react-scripts": "3.0.1",
"react-teleporter": "^1.1.1",
"redux": "^4.0.4",
"redux-phoenix": "^1.3.0",
"sanitize-html": "^1.20.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-app-rewired start",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"generate": "plop",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"graphql-codegen": "graphql-codegen --config codegen.yml"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@graphql-codegen/cli": "^1.12.2",
"@graphql-codegen/introspection": "^1.12.2",
"@graphql-codegen/typescript": "^1.12.2",
"@graphql-codegen/typescript-operations": "1.12.2",
"@graphql-codegen/typescript-react-apollo": "1.12.2",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/addons": "^5.2.5",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"plop": "^2.4.0",
"sinon": "^7.5.0"
}
}