forked from webtech-network/projeto-canvastools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 935 Bytes
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
{
"name": "vertice",
"version": "2.0.0",
"description": "Vértice — organização pessoal e acadêmica (Next.js), com o Canvas LMS como integração opcional; inclui o CLI original de importação de questões",
"type": "module",
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev -p 80 -H 0.0.0.0",
"build": "next build",
"start": "next start -p 80 -H 0.0.0.0",
"cli": "node src/cli/index.js",
"spec": "node scripts/spec-resolve.mjs"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.58.0",
"adm-zip": "^0.6.0",
"ajv": "^8.20.0",
"axios": "^1.6.8",
"date-fns": "^4.4.0",
"dotenv": "^16.4.5",
"idb": "^8.0.3",
"iron-session": "^8.0.4",
"lucide-react": "^1.28.0",
"next": "^16.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}