|
1 | | -{ |
2 | | - "name": "portfolio", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "dependencies": { |
6 | | - "@fortawesome/fontawesome-svg-core": "^6.4.0", |
7 | | - "@fortawesome/free-brands-svg-icons": "^6.4.0", |
8 | | - "@fortawesome/free-solid-svg-icons": "^6.4.0", |
9 | | - "@fortawesome/react-fontawesome": "^0.2.0", |
10 | | - "@testing-library/jest-dom": "^5.16.5", |
11 | | - "@testing-library/react": "^13.4.0", |
12 | | - "@testing-library/user-event": "^13.5.0", |
13 | | - "cors": "^2.8.5", |
14 | | - "express": "^4.18.2", |
15 | | - "mongoose": "^7.3.1", |
16 | | - "react": "^18.2.0", |
17 | | - "react-circular-progressbar": "^2.1.0", |
18 | | - "react-dom": "^18.2.0", |
19 | | - "react-router-dom": "^6.14.0", |
20 | | - "react-scripts": "5.0.1", |
21 | | - "react-transition-group": "^4.4.5", |
22 | | - "react-tsparticles": "^2.10.1", |
23 | | - "react-visibility-sensor": "^5.1.1", |
24 | | - "tsparticles": "^2.10.1", |
25 | | - "typewriter-effect": "^2.20.1", |
26 | | - "validator": "^13.9.0", |
27 | | - "web-vitals": "^2.1.4" |
28 | | - }, |
29 | | - "scripts": { |
30 | | - "start": "react-scripts start", |
31 | | - "build": "react-scripts build", |
32 | | - "test": "react-scripts test", |
33 | | - "eject": "react-scripts eject" |
34 | | - }, |
35 | | - "eslintConfig": { |
36 | | - "extends": [ |
37 | | - "react-app", |
38 | | - "react-app/jest" |
39 | | - ] |
40 | | - }, |
41 | | - "browserslist": { |
42 | | - "production": [ |
43 | | - ">0.2%", |
44 | | - "not dead", |
45 | | - "not op_mini all" |
46 | | - ], |
47 | | - "development": [ |
48 | | - "last 1 chrome version", |
49 | | - "last 1 firefox version", |
50 | | - "last 1 safari version" |
51 | | - ] |
52 | | - }, |
53 | | - "devDependencies": { |
54 | | - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
55 | | - "gh-pages": "^5.0.0" |
56 | | - } |
57 | | -} |
| 1 | +{ |
| 2 | + "name": "portfolio", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@fortawesome/fontawesome-svg-core": "^6.4.0", |
| 7 | + "@fortawesome/free-brands-svg-icons": "^6.4.0", |
| 8 | + "@fortawesome/free-solid-svg-icons": "^6.4.0", |
| 9 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 10 | + "@testing-library/jest-dom": "^5.16.5", |
| 11 | + "@testing-library/react": "^13.4.0", |
| 12 | + "@testing-library/user-event": "^13.5.0", |
| 13 | + "cors": "^2.8.5", |
| 14 | + "express": "^4.18.2", |
| 15 | + "mongoose": "^7.3.1", |
| 16 | + "react": "^18.2.0", |
| 17 | + "react-circular-progressbar": "^2.1.0", |
| 18 | + "react-dom": "^18.2.0", |
| 19 | + "react-router-dom": "^6.14.0", |
| 20 | + "react-scripts": "5.0.1", |
| 21 | + "react-transition-group": "^4.4.5", |
| 22 | + "react-tsparticles": "^2.10.1", |
| 23 | + "react-visibility-sensor": "^5.1.1", |
| 24 | + "tsparticles": "^2.10.1", |
| 25 | + "typewriter-effect": "^2.20.1", |
| 26 | + "validator": "^13.9.0", |
| 27 | + "web-vitals": "^2.1.4" |
| 28 | + }, |
| 29 | + "scripts": { |
| 30 | + "start": "react-scripts start", |
| 31 | + "build": "react-scripts build", |
| 32 | + "test": "react-scripts test", |
| 33 | + "eject": "react-scripts eject" |
| 34 | + }, |
| 35 | + "eslintConfig": { |
| 36 | + "extends": [ |
| 37 | + "react-app", |
| 38 | + "react-app/jest" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "browserslist": { |
| 42 | + "production": [ |
| 43 | + ">0.2%", |
| 44 | + "not dead", |
| 45 | + "not op_mini all" |
| 46 | + ], |
| 47 | + "development": [ |
| 48 | + "last 1 chrome version", |
| 49 | + "last 1 firefox version", |
| 50 | + "last 1 safari version" |
| 51 | + ] |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 55 | + "gh-pages": "^5.0.0" |
| 56 | + } |
| 57 | +} |
0 commit comments