-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 951 Bytes
/
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
{
"name": "feature-toggles-visual-demo",
"private": true,
"version": "0.1.0",
"packageManager": "yarn@3.2.4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 8080"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/lab": "5.0.0-alpha.105",
"@mui/material": "5.10.13",
"@tanstack/react-query": "4.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.2"
},
"devDependencies": {
"@types/node": "16.11.68",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@vitejs/plugin-react": "2.2.0",
"eslint": "8.21.0",
"typescript": "4.8.4",
"vite": "3.2.7",
"vite-plugin-eslint": "1.8.1"
}
}