forked from DustinBrett/daedalOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.92 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "daedalos",
"version": "2.0.0",
"description": "Desktop environment in the browser",
"author": {
"name": "Dustin Brett",
"email": "[email protected]",
"url": "https://dustinbrett.com"
},
"license": "MIT",
"browserslist": [
"defaults and supports es6 and not ie 11 and >1%"
],
"scripts": {
"build": "yarn build:prebuild && next build",
"build:bundle-analyzer": "yarn build",
"build:fs": "node scripts/fs2json.js --exclude .index --out public/.index/fs.9p.json ./public",
"build:minify": "node scripts/minifyHtml.js && node scripts/minifyJs.js",
"build:prebuild": "node scripts/robots.js && node scripts/searchIndex.js && node scripts/preloadIcons.js && node scripts/cacheShortcuts.js && yarn build:fs",
"docker:build": "docker build -t daedalos .",
"docker:run": "docker run -dp 3000:3000 --rm --name daedalos daedalos",
"dev": "next dev",
"dev:ssl": "next dev --experimental-https",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"eslint": "eslint .",
"export": "next export",
"prepare": "husky install",
"prettier": "prettier --write .",
"serve": "serve out",
"stylelint": "stylelint --formatter=verbose **/*.ts*",
"test": "jest",
"unused-exports": "ts-prune --project tsconfig.json --ignore \"\\pages|\\e2e\" --error"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{ts,tsx}": "stylelint --fix",
"*.{js,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@panzoom/panzoom": "^4.5.1",
"@prettier/plugin-xml": "^3.2.2",
"@wasmer/wasm-terminal": "^0.12.0",
"@wasmer/wasm-transformer": "^0.12.0",
"ani-cursor": "^0.0.5",
"browserfs": "https://github.com/jvilk/BrowserFS.git#a96aa2d",
"butterchurn-presets": "^3.0.0-beta.4",
"dompurify": "^3.0.6",
"fflate": "^0.8.1",
"file-type": "^18.7.0",
"fix-webm-duration": "^1.0.5",
"framer-motion": "^10.16.12",
"gif.js": "^0.2.0",
"idb": "^8.0.0",
"ini": "^4.1.1",
"isomorphic-git": "^1.25.0",
"minimist": "^1.2.8",
"multiformats": "^12.1.3",
"music-metadata-browser": "^2.5.10",
"next": "^14.0.3",
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
"prettier": "^3.1.0",
"print-js": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-rnd": "^10.4.1",
"resedit": "^2.0.0",
"rtf.js": "^3.0.9",
"styled-components": "^6.1.1",
"utif": "https://github.com/photopea/UTIF.js",
"wasi-js": "^1.7.3"
},
"devDependencies": {
"7z-wasm": "^1.1.0",
"@axe-core/playwright": "^4.8.1",
"@next/bundle-analyzer": "^14.0.3",
"@next/eslint-plugin-next": "^14.0.3",
"@playwright/test": "^1.40.1",
"@testing-library/dom": "^9.3.3",
"@types/dompurify": "^3.0.5",
"@types/gif.js": "^0.2.5",
"@types/ini": "^1.3.33",
"@types/jest": "^29.5.10",
"@types/lunr": "^2.3.7",
"@types/node": "^20.10.3",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.8",
"@types/react": "^18.2.42",
"@types/ua-parser-js": "^0.7.39",
"@types/video.js": "^7.3.56",
"@types/wicg-file-system-access": "^2023.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"emulators": "^0.73.8",
"emulators-ui": "^0.73.9",
"eruda": "^3.0.1",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-playwright": "^0.19.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks-addons": "^0.3.1",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"html-minifier-terser": "^7.2.0",
"html-to-image": "^1.11.11",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"lunr": "^2.3.9",
"monaco-editor": "^0.44.0",
"pdfjs-dist": "^4.0.269",
"playwright-core": "^1.40.1",
"postcss": "^8.4.32",
"postcss-styled-syntax": "^0.5.0",
"postcss-syntax": "^0.36.2",
"serve": "^14.2.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"terser": "^5.25.0",
"tinymce": "^6.8.1",
"ts-prune": "^0.10.3",
"typescript": "^5.3.2",
"webamp": "^1.5.0",
"xlsx": "^0.18.5",
"xterm": "^5.3.0"
}
}