-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
{
"name": "kurokami",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^6.1.1",
"@capacitor/app": "^6.0.0",
"@capacitor/cli": "^6.1.1",
"@capacitor/core": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"bootstrap-select": "^1.13.18",
"cheerio": "^1.0.0-rc.12",
"fontawesome": "^5.6.3",
"framer-motion": "^11.3.21",
"hls.js": "^1.5.13",
"http-proxy-middleware": "^0.2.0",
"plyr": "^3.7.8",
"puppeteer": "^22.13.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-content-loader": "^7.0.2",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"react-video-js-player": "^1.1.1",
"redux": "^5.0.1",
"swiper": "^11.1.9",
"video.js": "^8.17.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^5.3.4"
}
}