-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "competencies-skills",
"version": "1.0.0",
"description": "**A GitHub-backed library for defining, managing, and instructing AI agents.**",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modellingDH/competencies-skills.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/modellingDH/competencies-skills/issues"
},
"homepage": "https://github.com/modellingDH/competencies-skills#readme",
"devDependencies": {
"@types/node": "^25.0.2",
"@types/react": "19.2.7",
"autoprefixer": "^10.4.23",
"eslint-config-next": "^16.0.10",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"zod": "^4.2.1"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/material-nextjs": "^7.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@rdfjs/dataset": "^2.0.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/file-saver": "^2.0.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@xenova/transformers": "^2.17.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"jszip": "^3.10.1",
"lucide-react": "^0.561.0",
"next": "^16.0.10",
"next-auth": "^4.24.13",
"octokit": "^5.0.5",
"rdf-data-model": "^1.0.0",
"rdf-validate-shacl": "^0.6.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"react-virtuoso": "^4.17.0",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"tailwind-merge": "^3.4.0",
"unist-util-visit": "^5.0.0"
}
}