-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 786 Bytes
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
{
"name": "resume",
"scripts": {
"dev": "vite",
"pdf": "ts-node ./scripts/renderPDF.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~6.1.1",
"@fortawesome/free-brands-svg-icons": "~6.1.1",
"@fortawesome/free-solid-svg-icons": "~6.1.1",
"@fortawesome/free-regular-svg-icons": "~6.1.1",
"@fortawesome/react-fontawesome": "~0.1.18",
"react": "~18.0.0",
"react-dom": "~18.0.0"
},
"devDependencies": {
"@types/react": "~18.0.1",
"@types/react-dom": "~18.0.0",
"@vitejs/plugin-react": "~1.3.0",
"autoprefixer": "~10.4.4",
"postcss": "~8.4.12",
"prettier": "~2.6.2",
"puppeteer": "~13.5.2",
"tailwindcss": "~3.0.23",
"ts-node": "~10.7.0",
"typescript": "~4.6.3",
"vite": "~2.9.1"
}
}