-
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.72 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.72 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": "inys-backend",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"scripts": {
"build": "strapi build",
"console": "strapi console",
"deploy": "strapi deploy",
"dev": "strapi develop",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi",
"upgrade": "npx @strapi/upgrade latest",
"upgrade:dry": "npx @strapi/upgrade latest --dry"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@strapi/design-system": "^2.1.2",
"@strapi/icons": "^2.1.2",
"@strapi/plugin-cloud": "5.33.2",
"@strapi/plugin-documentation": "^5.33.2",
"@strapi/plugin-users-permissions": "5.33.2",
"@strapi/strapi": "5.33.2",
"@tailwindcss/postcss": "^4.1.18",
"autoprefixer": "^10.4.23",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"mysql2": "3.9.8",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.0.0",
"styled-components": "^6.3.6",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-chartjs-2": "^2.0.2",
"@types/react-dom": "^18",
"typescript": "^5"
},
"engines": {
"node": ">=20.0.0 <=24.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "e4501d3f-c4e4-4790-b71f-e960055cf46b",
"installId": "ca0986d13a340308fb752a6819f57d98cce4b7706bf71899e19499ebff4748de"
}
}