-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.02 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
{
"name": "griseous",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@bbob/preset": "2.7.0",
"@bbob/preset-react": "2.7.0",
"@bbob/react": "2.6.2",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@headlessui/react": "1.4.1",
"@heroicons/react": "1.0.4",
"@mui/material": "5.0.4",
"@tailwindcss/forms": "0.3.4",
"classnames": "2.3.1",
"formik": "2.2.9",
"immer": "9.0.6",
"ky": "0.28.6",
"oidc-client": "1.11.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.17.4",
"react-infinite-scroll-hook": "4.0.1",
"react-markdown": "7.0.1",
"react-oidc-context": "1.1.0",
"react-query": "3.27.0",
"react-router-dom": "5.3.0",
"react-use": "17.3.1",
"remark-gfm": "3.0.0",
"zustand": "3.5.13"
},
"devDependencies": {
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.3.1",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"assert": "2.0.0",
"autoprefixer": "10.3.7",
"buffer": "6.0.3",
"eslint": "8.0.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"husky": "7.0.2",
"lint-staged": "11.2.3",
"postcss": "8.3.9",
"prettier": "2.4.1",
"rollup-plugin-visualizer": "5.5.2",
"tailwindcss": "2.2.17",
"typescript": "4.4.4",
"vite": "2.6.7",
"vite-plugin-pwa": "0.11.12",
"workbox-window": "6.4.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"*": "prettier --write --list-different --ignore-unknown"
}
}