-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.95 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
{
"name": "resume-builder",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"prepare": "husky install",
"vercel-build": "npm run build"
},
"dependencies": {
"@date-io/dayjs": "^2.13.1",
"@dnd-kit/core": "^5.0.3",
"@dnd-kit/modifiers": "^5.0.0",
"@dnd-kit/sortable": "^6.0.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "^5.0.0-alpha.79",
"@mui/material": "^5.6.1",
"@mui/x-date-pickers": "^5.0.0-alpha.2",
"@splidejs/splide": "^4.0.1",
"@types/lodash": "^4.14.191",
"color": "^4.2.3",
"dayjs": "^1.11.1",
"export-from-json": "^1.6.0",
"framer-motion": "^6.5.1",
"html-react-parser": "^3.0.1",
"immer": "^9.0.12",
"jodit": "^3.18.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.22.3",
"styled-components": "^5.3.11",
"zustand": "^3.7.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.1",
"@types/color": "^3.0.3",
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^7.0.4",
"postcss": "^8.4.12",
"prettier": "2.6.2",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.0.23",
"typescript": "^4.9.5",
"vite": "^5.1.4",
"vitest": "^1.3.1"
}
}