-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.75 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
{
"name": "zeitgeist-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings=1000",
"start": "vite preview --port 3000",
"test": "mocha -r ts-node/register 'src/**/*.spec.ts'",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mui/icons-material": "^5.15.15",
"@mui/joy": "5.0.0-beta.30",
"@mui/material": "^5.15.15",
"@mui/styles": "^5.15.15",
"@mui/x-date-pickers": "^7.2.0",
"@react-pdf/renderer": "^3.4.3",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"firebase": "^10.10.0",
"lottie-web": "^5.12.2",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lottie-player": "^2.0.0",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-lottie": "^1.2.10",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^8.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^3.2.4",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.1.6"
}
}