-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 3.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "profile",
"homepage": "https://jgettings.github.io/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest --watch",
"test:ci": "jest",
"validate": "node validate-schema.cjs",
"generate-resume": "resumed render src/data/resume.json --theme jsonresume-theme-standard-resume -o dist/resume.html",
"generate-zod": "curl https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json | json-schema-to-zod --name ResumeSchema --type Resume | prettier --parser typescript > src/data/baseSchema.ts"
},
"dependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"date-fns": "^4.1.0",
"flowbite-react": "^0.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-scroll-parallax": "^3.4.5",
"react-simple-maps": "^3.0.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"usehooks-ts": "^3.1.0",
"vite": "^5.4.6",
"vite-plugin-markdown": "^2.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jsonresume/schema": "^1.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-simple-maps": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-tailwindcss": "^3.17.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-nyancat-reporter": "^2.0.0",
"json-schema-to-zod": "^2.4.0",
"jsonresume-theme-standard-resume": "^2.1.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"resumed": "^4.0.0",
"tailwindcss": "^3.4.7",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite-tsconfig-paths": "^5.0.1"
},
"resolutions": {
"d3-color": "^3.1.0",
"d3-interpolate": "^3.0.1",
"d3-selection": "^3.0.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}