-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
132 lines (132 loc) · 4.46 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
{
"name": "quiet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^4.0.0-beta.1",
"@apollo/react-ssr": "^4.0.0-beta.1",
"@fullhuman/postcss-purgecss": "^2.0.5",
"@graphql-codegen/cli": "^1.11.2",
"@graphql-codegen/core": "^1.11.2",
"@graphql-codegen/typescript-operations": "^1.11.2",
"@graphql-codegen/typescript-react-apollo": "^1.11.2",
"@svgr/webpack": "^5.1.0",
"@types/classnames": "^2.2.9",
"@types/humanize-plus": "^1.8.0",
"@types/isomorphic-fetch": "0.0.35",
"@types/js-cookie": "^2.2.4",
"@types/jwt-decode": "^2.2.1",
"@types/lodash.countby": "^4.6.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.range": "^3.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "13.5.0",
"@types/node-fetch": "^2.5.4",
"@types/react": "16.9.19",
"@types/react-beautiful-dnd": "^11.0.4",
"@types/react-dom": "16.9.5",
"@types/react-modal": "^3.10.4",
"@types/react-textarea-autosize": "^4.3.5",
"@types/react-transition-group": "^4.2.3",
"@types/react-truncate": "^2.3.3",
"@types/styled-components": "^4.4.2",
"antd": "^3.26.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "1.5.16",
"auth0-js": "^9.13.2",
"axios": "^0.19.2",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"babel-plugin-import-graphql": "^2.7.0",
"classnames": "^2.2.6",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"humanize-plus": "^1.8.2",
"i18next": "^19.0.3",
"i18next-browser-languagedetector": "^4.0.1",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash.countby": "^4.6.0",
"lodash.debounce": "^4.0.8",
"lodash.range": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^9.4.0",
"next-plugin-graphql": "0.0.2",
"next-plugin-transpile-modules": "^2.0.0",
"next-seo": "^3.4.0",
"null-loader": "^3.0.0",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.2.0",
"react-content-loader": "^4.3.4",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-hook-form": "^4.7.1",
"react-hotkeys": "^2.0.0",
"react-i18next": "^11.3.1",
"react-modal": "^3.11.1",
"react-textarea-autosize": "^7.1.2",
"react-transition-group": "^4.3.0",
"react-truncate": "^2.4.0",
"slugify": "^1.3.6",
"styled-components": "^5.0.0",
"typescript": "^3.7",
"uuid-by-string": "^3.0.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen",
"lint": "tslint --project tsconfig.json -c tslint.json",
"analyze": "cross-env ANALYZE=true BUNDLE_ANALYZE=both next build",
"analyze:server": "cross-env ANALYZE=true BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env ANALYZE=true BUNDLE_ANALYZE=browser next build"
},
"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"
]
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@next/bundle-analyzer": "^9.2.1",
"babel-plugin-styled-components": "^1.10.7",
"cross-env": "^7.0.0",
"cypress": "^3.8.3",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"husky": "^4.2.1",
"json-loader": "^0.5.7",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"tailwindcss": "^1.2.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.1.0",
"tslint-react": "^4.2.0"
},
"engines": {
"node": "12.13.1"
}
}