-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "react-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"classnames": "^2.3.2",
"modern-normalize": "^1.1.0",
"node-sass": "9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-calendar": "^3.3.0",
"react-lazy-load-image-component": "^1.5.1",
"react-media": "^1.10.0",
"react-parallax-tilt": "^1.5.22",
"react-pdf": "^5.3.2",
"react-router-dom": "^6.3.0",
"react-tilty": "^2.0.3",
"react-transition-group": "^4.4.2",
"typewriter-effect": "^2.17.0",
"web-vitals": "^1.1.2",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.2",
"sass-embedded": "^1.79.4",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}