forked from MercuryWorkshop/anuraOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.52 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
40
41
42
43
44
45
46
47
48
{
"name": "anuraos",
"version": "2.0.0",
"type": "module",
"description": "webOS that has v86 capabilities and a modular app system",
"repository": {
"type": "git",
"url": "git+https://github.com/MercuryWorkshop/AnuraOS.git"
},
"author": "Mercury Workshop",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/MercuryWorkshop/AnuraOS/issues"
},
"homepage": "https://github.com/MercuryWorkshop/AnuraOS#readme",
"dependencies": {
"@mercuryworkshop/bare-mux": "^1.1.4",
"@titaniumnetwork-dev/ultraviolet": "3.1.5",
"autoprefixer": "^10.4.20",
"comlink": "^4.4.1",
"fflate": "^0.8.2",
"filer": "^1.4.1",
"fs-readdir-recursive": "^1.1.0",
"idb-keyval": "^6.2.1",
"libcurl.js": "^0.6.20",
"mime": "^4.0.4",
"onchange": "^7.1.0",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"eslint": "9.13.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-jsdoc": "^50.4.3",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@types/node": "^22.5.4",
"@types/wicg-file-system-access": "^2023.10.5",
"dreamland": "^0.0.24",
"globals": "^15.11.0",
"prettier": "3.3.3",
"rollup": "^4.21.3",
"workbox-cli": "7.1.0"
}
}