-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.33 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.33 KB
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
{
"name": "studylog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5174",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ant-design/icons": "~5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@react-oauth/google": "^0.12.2",
"@tailwindcss/vite": "^4.1.5",
"@tanstack/react-query": "^5.75.5",
"@tanstack/react-query-devtools": "^5.75.5",
"antd": "^5.27.1",
"axios": "^1.9.0",
"date-fns": "^4.1.0",
"date-picker": "^0.5.0",
"dayjs": "^1.11.13",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^12.18.1",
"immer": "^10.1.1",
"lucide-react": "^0.517.0",
"middleware": "^1.0.0",
"openai": "^4.104.0",
"pdfjs-dist": "^5.4.296",
"react": "^19.1.0",
"react-datepicker": "^8.4.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-intersection-observer": "^9.16.0",
"react-pdftotext": "^1.3.4",
"react-router-dom": "^7.6.0",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"tailwindcss": "^4.1.5",
"zustand": "^5.0.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^3",
"@eslint/js": "^9.25.0",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/experimental-addon-test": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/react-vite": "^8.6.12",
"@storybook/test": "^8.6.12",
"@types/event-source-polyfill": "^1.0.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/browser": "^3.1.3",
"@vitest/coverage-v8": "^3.1.3",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^16.0.0",
"playwright": "^1.52.0",
"prettier": "^3.5.3",
"storybook": "^8.6.12",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vercel": "^48.4.0",
"vite": "^6.3.5",
"vitest": "^3.1.3"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}