-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "react-cv-maker",
"description": "CV Maker App built with React and Tailwind",
"version": "1.0.0",
"homepage": "https://react-cv-maker-ekurt.vercel.app",
"keywords": [
"react-cv-maker",
"ekurt",
"emre kurt"
],
"author": {
"name": "Emre Kurt",
"email": "emrekurtmf@gmail.com",
"url": "https://ekurt.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/ekurt/react-cv-maker.git"
},
"bugs": {
"url": "https://github.com/ekurt/react-cv-maker/issues",
"email": "emrekurtmf@gmail.com"
},
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000 --open",
"build": "vite build",
"preview": "vite preview --port 5000 --open",
"serve": "vite --port 3000"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.5",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.4",
"react-to-print": "^2.14.7",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}