-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.9 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
59
60
61
62
63
64
65
66
67
68
{
"name": "websiteblocker.me",
"private": true,
"version": "0.0.0",
"type": "module",
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"scripts": {
"dev": "conc \"npm:start\" \"npm:mock:server\"",
"start": "vite --host",
"mock:server": "json-server db.json5",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"'": "file:heroicons/react@v1'",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@generouted/react-router": "^1.18.5",
"@heroicons/react": "^2.1.3",
"@mui/material": "^5.11.6",
"@tanstack/react-query": "^5.28.6",
"@vitejs/plugin-react-swc": "^3.6.0",
"axios": "^1.6.8",
"iconsax-react": "^0.0.8",
"jwt-decode": "^4.0.0",
"moment": "^2.29.4",
"prettier-plugin-tailwindcss": "^0.5.12",
"process": "^0.11.10",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^1.9.0",
"vite-plugin-svgr": "^4.2.0",
"websiteblocker.me": "file:",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"json-server": "^1.0.0-alpha.23",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-terminal": "^1.2.0",
"vite-tsconfig-paths": "^4.2.0"
}
}