-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.18 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
69
70
{
"name": "sistema-ponto",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 5173"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/tailwindcss": "^3.1.0",
"@vercel/analytics": "^1.2.2",
"core-js": "^3.38.1",
"eslint": "^9.11.1",
"js-cookie": "^3.0.5",
"querystring": "^0.2.1",
"react": "^18.3.1",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.2",
"react-routes": "^0.2.6",
"react-spinners": "^0.14.1",
"styled-components": "^6.1.13",
"tailwind-styled-components": "^2.2.0",
"ts-node": "^10.9.2",
"typescript-plugin-styled-components": "^3.0.0",
"vike": "^0.4.197",
"vite-plugin-ssr": "^0.4.142",
"zod": "^3.24.0-canary.20240523T174819"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/cypress": "^1.1.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.9",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vituum/vite-plugin-postcss": "^1.1.0",
"autoprefixer": "^10.4.19",
"cypress": "^13.9.0",
"daisyui": "^4.12.2",
"dotenv": "^16.4.5",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"postcss-import": "^16.0.1",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.4.6"
}
}