-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.35 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"comments": {
"TODO": "paste back stylelint phase into lint-staged when stylelint supports TS 3.7"
},
"dependencies": {
"@apollo/react-common": "3.1.3",
"@apollo/react-hooks": "3.1.3",
"@apollo/react-testing": "3.1.3",
"@chakra-ui/core": "0.5.0",
"@emotion/core": "10.0.21",
"@emotion/styled": "10.0.17",
"@sentry/browser": "5.9.1",
"@types/i18next-browser-languagedetector": "3.0.0",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link-context": "1.0.19",
"apollo-link-error": "1.1.12",
"apollo-link-http": "1.5.16",
"apollo-link-ws": "1.0.19",
"apollo-utilities": "1.3.2",
"date-fns": "2.8.0",
"emotion-theming": "10.0.19",
"graphql": "14.5.8",
"graphql-tag": "2.10.1",
"i18next": "17.3.1",
"i18next-browser-languagedetector": "4.0.1",
"i18next-xhr-backend": "3.2.2",
"qs": "6.9.1",
"quill": "1.3.7",
"quill-delta": "4.2.1",
"react": "16.11.0",
"react-content-loader": "4.3.2",
"react-dom": "16.11.0",
"react-error-boundary": "1.2.5",
"react-ga": "2.7.0",
"react-helmet": "6.0.0-beta",
"react-hook-form": "3.28.14",
"react-i18next": "10.13.1",
"react-icons": "3.8.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.3.0",
"react-use": "^13.12.2",
"subscriptions-transport-ws": "0.9.16",
"yup": "0.27.0"
},
"devDependencies": {
"@babel/core": "7.7.2",
"@graphql-codegen/cli": "1.8.3",
"@graphql-codegen/introspection": "1.8.3",
"@graphql-codegen/near-operation-file-preset": "1.8.3",
"@graphql-codegen/typescript": "1.8.3",
"@graphql-codegen/typescript-operations": "1.8.3",
"@graphql-codegen/typescript-react-apollo": "1.8.3",
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-knobs": "5.2.8",
"@storybook/addon-links": "5.2.8",
"@storybook/addon-viewport": "5.2.8",
"@storybook/addons": "5.2.8",
"@storybook/preset-create-react-app": "^1.3.2",
"@storybook/react": "5.2.8",
"@types/graphql": "14.5.0",
"@types/i18next": "13.0.0",
"@types/jest": "24.0.23",
"@types/js-cookie": "2.2.4",
"@types/node": "12.12.9",
"@types/prop-types": "15.7.3",
"@types/qs": "6.9.0",
"@types/quill": "2.0.3",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"@types/react-helmet": "5.0.14",
"@types/react-i18next": "8.1.0",
"@types/react-router-dom": "5.1.2",
"@types/socket.io-client": "1.4.32",
"@types/styled-components": "4.4.0",
"@types/yup": "0.26.24",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"babel-loader": "8.0.6",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-graphql": "3.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.3.0",
"husky": "3.1.0",
"lint-staged": "9.4.3",
"patch-package": "6.2.0",
"postinstall-postinstall": "2.0.0",
"prettier": "1.19.1",
"storybook-react-router": "1.0.8",
"stylelint": "11.0.0",
"stylelint-config-idiomatic-order": "7.0.3",
"stylelint-config-prettier": "6.0.0",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-prettier": "1.1.1",
"stylelint-processor-styled-components": "1.8.0",
"typescript": "3.7.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write",
"git add"
]
},
"name": "clara",
"private": true,
"resolutions": {
"@types/react": "16.9.11"
},
"scripts": {
"build": "react-scripts build",
"build-storybook": "build-storybook -s public",
"codegen": "graphql-codegen --require dotenv/config --config codegen.yml",
"codegen:watch": "yarn codegen --watch",
"eject": "react-scripts eject",
"format": "prettier --config ./.prettierrc.json --write './src/**/*.{ts,tsx}'",
"lint": "eslint . --ext .ts,.tsx",
"lint:css": "stylelint './src/**/*.tsx'",
"postinstall": "patch-package",
"start": "react-scripts start",
"storybook": "start-storybook -p 9009 -s public",
"test": "react-scripts test"
},
"version": "1.0.2"
}