-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.81 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "abassdev.com",
"version": "3.5.0",
"homepage": ".",
"private": true,
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@popperjs/core": "^2.11.0",
"@primer/octicons-react": "^18.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^1.3.5",
"bootstrap": "^5.2.0",
"dotenv": "^16.0.2",
"font-awesome": "^4.7.0",
"i18next": "^21.5.4",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"notyf": "^3.10.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-bootstrap": "^2.5.0",
"react-cookie": "^4.1.1",
"react-cookie-consent": "^8.0.1",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-google-recaptcha": "^2.1.0",
"react-gtm-module": "^2.0.11",
"react-helmet-async": "^1.3.0",
"react-i18next": "^11.14.3",
"react-icons": "^4.8.0",
"react-lazy-load-image-component": "^1.5.6",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"react-string-replace": "^0.4.4",
"react-syntax-highlighter": "^15.5.0",
"react-toggle": "^4.1.3",
"react-typical": "^0.1.3",
"sass": "^1.43.4",
"twitter": "^1.7.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eruda": "^3.0.0"
}
}