-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.59 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
{
"name": "easydl-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-oauth/google": "^0.2.6",
"@sweetalert2/theme-dark": "^5.0.12",
"@sweetalert2/themes": "^5.0.12",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.2",
"daisyui": "^2.15.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"file-saver": "^2.0.5",
"flowbite": "^1.4.7",
"flowbite-react": "^0.1.3",
"font-awesome": "^4.7.0",
"get-audio-id": "^2.0.1",
"js-cookie": "^3.0.1",
"js-file-download": "^0.4.12",
"moment": "^2.29.3",
"moment-jalaali": "^0.9.6",
"ms": "^2.1.3",
"react": "^18.1.0",
"react-cookie-consent": "^7.5.0",
"react-daisyui": "^2.0.3",
"react-dom": "^18.1.0",
"react-dotenv": "^0.1.3",
"react-icons": "^4.8.0",
"react-router-dom": "^5.2.0",
"react-router-loading": "^0.4.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.1",
"sweetalert2": "^11.4.29",
"sweetalert2-react-content": "^5.0.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"winBuild": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"homepage": "./",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/js-cookie": "^3.0.2",
"@types/moment-jalaali": "^0.7.5",
"@types/ms": "^0.7.31",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.7",
"jest": "^29.3.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"tailwindcss-flip": "^1.0.0",
"ts-jest": "^29.0.3"
},
"react-dotenv": {
"whitelist": [
"API_URL",
"HOST"
]
}
}