-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "portafolio",
"version": "2.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuisValladaresC/portafolio.git"
},
"author": "LuisValladaresC",
"license": "ISC",
"bugs": {
"url": "https://github.com/LuisValladaresC/portafolio/issues"
},
"homepage": "https://luisvalladaresc.github.io/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-remove-scroll": "^2.5.6",
"react-svg": "^16.1.29",
"redux": "^4.2.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"gh-pages": "^6.1.1",
"postcss": "^8.4.31",
"sharp": "^0.32.6",
"svgo": "^3.2.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5",
"vite-plugin-image-optimizer": "^1.1.7"
}
}