-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "tfilatunes",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"server": "npx wrangler pages dev .",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"html-react-parser": "^3.0.15",
"js-base64": "^3.7.5",
"mustache": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-helmet-async": "^1.3.0",
"react-player": "^2.11.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.8.1",
"stylis-plugin-rtl": "^2.1.1",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"vite": "^4.1.0",
"vite-plugin-preload": "^0.2.0"
}
}