-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.54 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
57
58
59
60
61
62
63
{
"name": "portfolio",
"version": "2.1.2",
"homepage": "https://JasonLovesDoggo.github.io",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"bootstrap": "^5.3.3",
"fetch-jsonp": "^1.3.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-color": "^2.19.3",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-github-calendar": "^4.1.3",
"react-icons": "^5.2.1",
"react-parallax-tilt": "^1.7.226",
"react-pdf": "^8.0.2",
"react-photo-album": "^2.3.1",
"react-router-dom": "^6.23.1",
"simpler-color": "^1.0.1",
"tinycolor2": "^1.6.0",
"typewriter-effect": "^2.21.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"predeploy": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.3.0",
"prettier": "^3.2.5",
"source-map-loader": "^5.0.0",
"vite": "^5.2.11"
}
}