-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.7 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
{
"name": "resumebuilder.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "serve out",
"playwright:test": "playwright test",
"playwright:ui": "playwright test --ui",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@dnd-kit/accessibility": "^3.1.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@faker-js/faker": "^9.0.2",
"@hookform/resolvers": "^3.9.0",
"@react-hookz/web": "^24.0.4",
"@react-pdf/renderer": "^3.4.4",
"@tanstack/react-table": "^8.19.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.3",
"axios": "^1.5.0",
"date-fns": "^3.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.2.10",
"html-to-image": "^1.10.8",
"jszip": "^3.10.1",
"lucide-react": "^0.379.0",
"nanoid": "5.0.1",
"next": "^14.2.3",
"next-intl": "^3.9.1",
"papaparse": "^5.4.1",
"ramda": "^0.28.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^11.3.4",
"react-hook-form": "^7.51.5",
"react-hotkeys-hook": "^4.5.0",
"simple-icons": "13.21.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/file-saver": "^2.0.2",
"@types/node": "^20.14.2",
"@types/papaparse": "^5.3.14",
"@types/ramda": "^0.28.18",
"@types/react": "^18.3.3",
"eslint": "8",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"serve": "^12.0.1",
"typescript": "^5.4.5"
}
}