generated from mshuber1981/github-react-portfolio-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.44 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
{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@iconify/react": "^4.1.0",
"@mui/material": "^5.15.20",
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.3.0",
"dompurify": "^3.1.5",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-horizontal-scrolling-menu": "^7.1.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.1",
"react-scroll": "^1.8.7",
"styled-components": "^6.0.3",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"fs": "^0.0.1-security",
"gh-pages": "^5.0.0",
"path": "^0.12.7",
"react-scripts": "^5.0.1"
},
"homepage": "https://dr.victorvs.com/",
"name": "drvictorvs-webpage",
"private": true,
"scripts": {
"build": "react-scripts build",
"deploy": "gh-pages -d build -b gh-pages",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"start": "react-scripts start",
"test": "react-scripts test"
},
"version": "0.1.0"
}