-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
104 lines (104 loc) · 2.99 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "tsu-website",
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-common-types": "^6.3.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lottiefiles/lottie-player": "^1.7.1",
"@mui/material": "^5.14.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"aos": "^2.3.4",
"axios": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"framer-motion": "6.5.1",
"lottie-react": "^2.4.0",
"material-design-icons": "^3.0.1",
"packages": "0.0.8",
"react": "^17.0.2",
"react-countup": "^4.4.0",
"react-dom": "^17.0.2",
"react-icons": "^4.7.1",
"react-intersection-observer": "^8.34.0",
"react-lazy-load-image-component": "^1.6.0",
"react-lottie": "^1.2.3",
"react-multi-carousel": "^2.8.2",
"react-photo-gallery-react17": "^8.0.0",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.9",
"react-tsparticles": "^2.9.3",
"react-visibility-sensor": "^5.1.1",
"styled-components": "^5.3.8",
"tsparticles": "^2.9.3",
"web-vitals": "^1.1.2"
},
"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.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/aos": "^3.0.4",
"@types/express": "^4.17.17",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.37",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-image-gallery": "^1.2.0",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/react-lottie": "^1.2.6",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-scroll": "^1.8.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.5.1",
"typescript": "^4.9.5"
},
"overrides": {
"react-lottie": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}