forked from igal-abachi-dev/Crystals-IPTV-VLC-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "@nxt-web/crystals-iptv-vlc-viewer",
"description": "",
"version": "1.0.0",
"author": "unknown <[email protected]>",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 4200"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@mui/x-data-grid": "^5.17.17",
"@reduxjs/toolkit": "^1.8.2",
"@vanilla-extract/css": "^1.7.2",
"@vespaiach/axios-fetch-adapter": "^0.3.1",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"vanilla-classnames": "^0.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.41",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@vanilla-extract/vite-plugin": "^3.2.0",
"@vercel/node": "^2.8.2",
"@vitejs/plugin-react": "^1.3.0",
"sass": "^1.52.2",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-svgr": "^2.1.0"
}
}