-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "web_e_cloud",
"private": true,
"version": "0.0.0",
"homepage": "github.com/boladouro/web_e_cloud",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "concurrently -k -p \"[{name}]\" -c \"bgBlue,bgMagenta,bgGreen\" \"npm:dev-*\"",
"dev-front": "vite",
"dev-back": "cd backend && pixi run start-server",
"dev-db": "cd backend && pixi run start-db",
"build": "tsc && vite build",
"preview-build": "vite preview",
"updateDeps": "npx npm-check-updates",
"lint": "oxlint",
"genDocs": "apidoc -i ./backend/ -o ./backend/docs/"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@restart/ui": "^1.6.8",
"apidoc": "^1.2.0",
"bulma": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "0.2.1",
"concurrently": "^8.2.2",
"lucide-react": "^0.370.0",
"next-themes": "^0.3.0",
"normalize.css": "^8.0.1",
"oxlint": "^0.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"shadcn-ui": "^0.8.0",
"slick-carousel": "^1.8.1",
"sonner": "^1.4.41",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.13",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"globals": "^15.0.0",
"npm-check-updates": "^16.14.20",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unocss": "^0.59.3",
"vite": "^5.2.9"
}
}