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{
"name": "resume",
"version": "0.0.0",
"author": "lencx <cxin1314@gmail.com>",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/lencx/resume"
},
"homepage": "https://github.com/lencx/resume",
"bugs": "https://github.com/lencx/resume/issues",
"dependencies": {
"classnames": "^2.3.1",
"dayjs": "^1.10.4",
"lodash": "^4.17.21",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0",
"react-to-print": "^2.12.4",
"react-toastify": "^7.0.4"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react-refresh": "^1.3.1",
"sass": "^1.32.11",
"typescript": "^4.1.2",
"vite": "^2.2.3",
"vite-tsconfig-paths": "^3.3.10"
}
}