-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
79 lines (79 loc) · 2.15 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
{
"name": "mirai",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.13.3",
"@supabase/auth-ui-react": "^0.2.8",
"@supabase/supabase-js": "^2.8.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@vercel/analytics": "^0.1.11",
"artplayer": "^5.0.9",
"artplayer-plugin-control": "^2.0.0",
"artplayer-plugin-hls-quality": "^2.0.0",
"axios": "^1.6.1",
"bootstrap": "^5.1.3",
"clsx": "^2.1.0",
"disqus-react": "^1.1.5",
"flag-icons": "^6.9.3",
"hls.js": "^1.4.6",
"million": "^2.6.4",
"react": "^18.2.0",
"react-bootstrap": "^2.1.1",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-icons": "^4.12.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.6.0",
"react-loading-icons": "^1.0.8",
"react-loading-skeleton": "^3.3.1",
"react-loading-spin": "^2.1.9",
"react-paginate": "^8.2.0",
"react-player": "^2.14.1",
"react-router-bootstrap": "^0.26.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.1",
"react-scroll-to-top": "^3.0.0",
"react-youtube": "^10.1.0",
"slugify": "^1.6.6",
"swiper": "^7.4.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"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": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@craco/craco": "^7.1.0",
"@fortawesome/fontawesome-free": "^6.3.0",
"tailwindcss": "^3.3.2",
"web-vitals": "^3.3.1"
}
}