-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "knot",
"version": "0.9.2",
"description": "Developer Tooling",
"type": "module",
"devDependencies": {
"@redocly/cli": "^1.5.0",
"@tailwindcss/postcss": "^4.0.0",
"less": "^4.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^4.0.0",
"vite": "^6.0.11"
},
"repository": {
"type": "git",
"url": "git://github.com/paularlott/knot.git"
},
"author": "Paul Arlott",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/paularlott/knot/issues"
},
"dependencies": {
"@alpinejs/focus": "^3.14.1",
"@alpinejs/persist": "^3.13.8",
"@awcodes/alpine-floating-ui": "^3.6.3",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/vite": "^4.0.0",
"@xterm/addon-attach": "^0.10.0",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.4.0",
"ace-builds": "^1.32.9",
"alpinejs": "^3.13.8"
}
}