forked from swayam03275/SkillsSphere-AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 699 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 699 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
{
"name": "skillsphere-ai-root",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"install-all": "node scripts/install-all.js",
"dev": "node scripts/dev-all.js",
"dev:web": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev\"",
"quickstart": "node scripts/quickstart.js",
"python:setup": "node scripts/python-setup.js",
"python:run": "node scripts/python-run.js"
},
"dependencies": {
"gcp-metadata": "^5.3.0",
"google-auth-library": "^10.6.2",
"zod": "^3.25.76"
},
"devDependencies": {
"autoprefixer": "^10.5.0",
"concurrently": "^8.2.2",
"postcss": "^8.5.12",
"tailwindcss": "^4.2.4"
}
}