-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.63 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
{
"name": "questable",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@mui/x-date-pickers": "^6.0.2",
"@react-oauth/google": "^0.9.0",
"@react-query-firebase/auth": "^1.0.0-dev.2",
"@react-query-firebase/firestore": "^1.0.0-dev.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/gapi": "^0.0.44",
"@types/jest": "^29.5.0",
"@types/jwt-decode": "^3.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.11",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"dompurify": "^3.0.2",
"firebase": "^9.18.0",
"firebaseui": "^6.0.1",
"fuse.js": "^6.6.2",
"google-oauth-gsi": "^1.3.3",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-responsive-spritesheet": "^2.3.9",
"react-router-dom": "^6.9.0",
"typescript": "^5.0.2",
"web-vitals": "^3.3.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx,json}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"postinstall": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/gapi.client.classroom": "^1.0.15",
"@types/lodash": "^4.14.191",
"@types/node": "^18.16.12",
"@types/react-responsive-spritesheet": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^1.1.11",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"vite": "^4.2.0",
"vite-plugin-fonts": "^0.7.0",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.7"
}
}