-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "js-dos",
"version": "8.3.7",
"description": "Full-featured DOS player with multiple emulator backends",
"type": "module",
"keywords": [
"js-dos",
"dos",
"api",
"browser",
"dosbox",
"emulators",
"webassembly"
],
"author": "Alexander Guryanov (aka caiiiycuk)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/caiiiycuk/js-dos/issues"
},
"homepage": "https://js-dos.com",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"nipplejs": "^0.10.2",
"preact": "^10.19.3",
"react-checkbox-tree": "^1.8.0",
"react-redux": "^8.1.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"@types/element-resize-detector": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"daisyui": "^3.9.3",
"emulators": "8.3.3",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"tailwindcss": "^3.4.1",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}