-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.3 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
{
"name": "renga-new",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^3.1.4",
"@auth0/auth0-spa-js": "^1.8.0",
"@sentry/browser": "^5.15.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.10",
"@types/emoji-mart": "^2.11.3",
"@types/jest": "^24.0.0",
"@types/lodash.throttle": "^4.1.6",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-autosuggest": "^9.3.13",
"@types/react-dom": "^16.9.0",
"@types/react-modal": "^3.10.5",
"apollo-boost": "^0.4.7",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.17",
"classnames": "^2.2.6",
"confetti-js": "^0.0.18",
"copy-to-clipboard": "^3.3.1",
"emoji-mart": "^3.0.0",
"framer-motion": "^2.0.0-beta.45",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"is-mobile": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.24.0",
"pluralize": "^8.0.0",
"react": "^16.13.1",
"react-autosuggest": "^10.0.0",
"react-dom": "^16.13.1",
"react-loader-spinner": "^3.1.14",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-tooltip": "^4.2.5",
"tailwindcss": "^1.3.4",
"typescript": "~3.7.2",
"uuid": "^7.0.3"
},
"scripts": {
"build:style": "tailwind build src/index.css -o src/tailwind.css",
"start": "npm run build:style && react-scripts start",
"build": "npm run build:style && react-scripts build",
"generate": "graphql-codegen --config codegen.yml",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@graphql-codegen/cli": "^1.13.2",
"@graphql-codegen/introspection": "1.13.2",
"@graphql-codegen/typescript": "^1.13.2",
"@graphql-codegen/typescript-graphql-request": "^1.13.2",
"@graphql-codegen/typescript-operations": "^1.13.2",
"@graphql-codegen/typescript-react-apollo": "^1.13.2",
"@graphql-codegen/typescript-resolvers": "^1.13.2",
"@types/jwt-decode": "^2.2.1",
"@types/pluralize": "^0.0.29",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-router-dom": "^5.1.4",
"@types/uuid": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^4.2.5",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1"
},
"engines": {
"node": ">=12"
}
}