-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (34 loc) · 908 Bytes
/
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
{
"name": "sushmita-paul-portfolio-react",
"version": "1.0.0",
"dependencies": {
"bootstrap": "5.2.0",
"react": "18.2.0",
"react-bootstrap": "2.5.0",
"react-dom": "18.2.0",
"react-github-calendar": "3.3.3",
"react-icons": "4.4.0",
"react-parallax-tilt": "1.7.60",
"react-pdf": "5.7.2",
"react-router-dom": "6.3.0",
"react-scripts": "4.0.0",
"react-tsparticles": "2.2.4",
"typewriter-effect": "2.19.0"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}