-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.79 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
64
65
66
67
68
69
70
71
72
{
"name": "homepage",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "^0.0.1",
"@emailjs/browser": "^3.6.2",
"@emotion/react": "^11.10.0",
"@react-spring/web": "^9.5.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"aos": "^2.3.4",
"bootstrap": "^5.1.3",
"emailjs": "^4.0.0",
"framer-motion": "^10.15.0",
"keen-slider": "^6.8.6",
"node-sass": "npm:sass@^1.64.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.0.1",
"react-bootstrap": "^2.4.0",
"react-d3-cloud": "^1.0.6",
"react-dom": "^18.1.0",
"react-morph": "^0.4.0",
"react-plock": "^3.0.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-scroll-to-top": "^1.0.9",
"react-simple-animate": "^3.4.0",
"react-typing-effect": "^2.0.5",
"sass": "^1.64.2",
"save": "^2.5.0",
"swiper": "^8.2.2",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 3 safari version"
]
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/react-typing-effect": "^2.0.3",
"postcss-normalize": "^10.0.1"
}
}