-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.63 KB
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
{
"name": "ordens-servico-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tailwindcss/cli": "^4.0.17",
"axios": "^1.8.4",
"body-parser": "^2.2.0",
"date-fns": "^4.1.0",
"express": "^5.1.0",
"framer-motion": "^12.6.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.486.0",
"openai": "^4.91.1",
"react": "^19.0.0",
"react-countup": "^6.5.3",
"react-datepicker": "^8.2.1",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-minimal-pie-chart": "^9.1.0",
"react-router-dom": "^6.30.0",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.5",
"recharts": "^2.15.1",
"slick-carousel": "^1.8.1",
"sweetalert": "^2.1.2",
"uuid": "^11.1.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"gh-pages": "^6.3.0",
"globals": "^15.15.0",
"vite": "^6.2.0",
"vite-plugin-pwa": "^1.0.0"
}
}