-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 909 Bytes
/
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
{
"name": "VM/E",
"version": "0.9.7",
"description": "Virtual Machine / Emulator - web frontend for Libretro-based emulation",
"scripts": {
"dev": "vite --port 8080 --host",
"build": "vite build --emptyOutDir",
"preview": "vite preview --port 8080 --host",
"deploy": "npm run build && gh-pages -d dist"
},
"keywords": [],
"author": "gitGalu",
"license": "GPL-3.0-only",
"devDependencies": {
"gh-pages": "^6.1.1",
"rollup-plugin-obfuscator": "^1.1.0",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-static-copy": "^0.16.0"
},
"dependencies": {
"@egjs/flicking": "^4.11.2",
"@egjs/flicking-plugins": "^4.7.1",
"crypto-js": "^4.2.0",
"dexie": "^4.0.8",
"driver.js": "^1.3.1",
"install": "^0.13.0",
"jszip": "^3.10.1",
"nostalgist": "^0.12.1",
"npm": "^10.8.1",
"react-device-detect": "^2.2.3"
}
}