-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"name": "book",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"start:debug": "npx nodemon --watch src --ext ts,tsx --exec \"ts-node --esm -P tsconfig.node.debug.json src/index.tsx\""
},
"dependencies": {
"@formspree/react": "^3.0.0",
"@react-pdf/renderer": "^4.3.2",
"@tailwindcss/vite": "^4.1.14",
"@vercel/speed-insights": "^1.2.0",
"antd": "^5.26.7",
"bootstrap": "^5.3.7",
"input": "^1.0.1",
"lucide-react": "^0.526.0",
"pdfjs-dist": "^5.4.624",
"pnpm": "^10.28.2",
"react": "^18.3.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^18.3.1",
"react-pdf": "^10.3.0",
"react-router-dom": "^7.7.1",
"sonner": "^2.0.7",
"start": "^5.1.0",
"styled-components": "^6.1.19",
"tailwindcss": "^4.1.14",
"toast": "^0.5.4",
"ui": "^0.2.4"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.7.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.6.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.3.1"
}
}