-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 852 Bytes
/
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
{
"name": "resume-builderr",
"description": "Web app built with React,Typescript for creating resume easily with different templates and export to pdf easily",
"private": true,
"version": "1.1.3",
"scripts": {
"start": "vite --host",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"gsap": "^3.10.4",
"html2canvas": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.3.0",
"react-to-pdf": "^0.0.14",
"swiper": "^8.2.4"
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-icons": "^3.0.0",
"@vitejs/plugin-react": "^1.3.0",
"sass": "^1.52.3",
"typescript": "^4.6.3",
"vite": "^3.0.0"
}
}