-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.03 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.03 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
48
49
{
"name": "portafolio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tsparticles/react": "^3.0.0",
"bootstrap": "^5.3.8",
"next": "14.1.0",
"react": "18.2.0",
"react-bootstrap": "^2.10.10",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"react-parallax-tilt": "^1.7.307"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"jest-canvas-mock": "^2.5.2",
"react-router-dom": "^7.8.2",
"react-scripts": "5.0.1",
"react-tsparticles": "^2.12.2",
"typewriter-effect": "^2.22.0",
"web-vitals": "^5.1.0"
},
"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"
]
}
}