forked from shloksomani/react-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"bootstrap": "^5.3.3",
"jsnes": "^2.0.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.15.0",
"portfolio": "file:",
"react": "^19.2.0",
"react-content-loader": "^7.1.1",
"react-dom": "^19.2.0",
"sass": "^1.82.0",
"typed.js": "^2.0.10"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/jest": "^29.5.12",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^4.3.1",
"gh-pages": "^6.3.0",
"typescript": "^4.9.5",
"vite": "^5.4.8"
}
}