generated from IsaiaPhiliph/vite-reactts-tailwind-rtk-eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "vite-reactts-tailwind-rtk-eslint",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@reduxjs/toolkit": "^1.6.1",
"@vitejs/plugin-react": "^4.1.0",
"axios": "^1.5.1",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-lottie-player": "^1.5.5",
"react-redux": "^8.0.2",
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.36.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.5",
"typescript": "^4.8.2",
"vite": "^4.4.9"
}
}