This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.68 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
{
"name": "broadly",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.0",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^16.4.13",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"apollo-cache-persist": "^0.1.1",
"apollo3-cache-persist": "^0.14.1",
"dayjs": "^1.11.5",
"graphql": "^16.6.0",
"lodash": "^4.17.20",
"luxon": "^3.0.4",
"postcss": "^8.4.6",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-apollo-network-status": "^5.2.1",
"react-cool-onclickoutside": "^1.5.5",
"react-debounce-input": "^3.2.2",
"react-dom": "^17.0.2",
"react-graceful-image": "^1.5.0",
"react-image": "^4.0.3",
"react-infinite-scroll-component": "^6.1.0",
"react-lazyload": "^3.2.0",
"react-router-dom": "^5.1.2",
"typeface-roboto": "1.1.13"
},
"scripts": {
"start": "concurrently \"vite\" \"graphql-codegen --watch --config codegen.yml\"",
"build": "tsc && vite build",
"serve": "vite preview",
"download-schema": "apollo schema:download --endpoint=http://localhost:5000/graphql src/schema.json",
"codegen": "graphql-codegen --config codegen.yml",
"tsc": "tsc"
},
"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": {
"@graphql-codegen/cli": "2.11.3",
"@graphql-codegen/introspection": "^2.2.0",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"@infinium/react-keyboard-event-handler": "1.5.8",
"@types/lodash": "^4.14.186",
"@types/react-lazyload": "^3.2.0",
"@types/react-router-dom": "^5.3.2",
"@types/webpack-env": "^1.16.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.12",
"concurrently": "^7.3.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss-cli": "^10.0.0",
"prettier": "^2.7.1",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "^3.1.7",
"typescript": "^4.5.2",
"vite": "^3.0.9",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0"
}
}