-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "unishare",
"private": true,
"version": "0.0.0",
"type": "module",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"format": "npx prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/comfortaa": "^5.0.3",
"@heroicons/react": "^2.0.18",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@reduxjs/toolkit": "^1.9.5",
"classnames": "^2.3.2",
"firebase": "^10.12.2",
"pdfjs-dist": "^3.8.162",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-pdf": "^9.0.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.2",
"react-scripts": "^3.0.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.3.2",
"vite": "^4.5.3"
}
}