mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "gloopvis",
|
|
"version": "0.1.0",
|
|
"description": "A viewer for NXT client models and materials",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"start": "electron --inspect ./dist/main.js",
|
|
"map": "electron --inspect ./dist/map/run.js",
|
|
"debug": "electron --inspect-brk ./dist/main.js",
|
|
"build": "gulp",
|
|
"watch": "gulp watch",
|
|
"filetypes": "gulp filetypes",
|
|
"buildnative": "electron-rebuild -f & node node_modules/sharp/install/dll-copy",
|
|
"ts": "tsc",
|
|
"webpack": "webpack --watch",
|
|
"web": "webpack serve --config webpack.config.web.js"
|
|
},
|
|
"author": "Skillbert",
|
|
"license": "GPL-4",
|
|
"devDependencies": {
|
|
"@types/crc": "^3.4.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/leaflet": "^1.7.6",
|
|
"@types/node-fetch": "^2.6.1",
|
|
"@types/react": "^17.0.33",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@types/sharp": "^0.29.2",
|
|
"@types/sqlite3": "^3.1.8",
|
|
"@types/three": "^0.133.1",
|
|
"@types/webpack-env": "^1.16.3",
|
|
"assert": "^2.0.0",
|
|
"autobind-decorator": "^2.4.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6.0.3",
|
|
"copy-webpack-plugin": "^10.2.4",
|
|
"electron": "^17.1.2",
|
|
"electron-rebuild": "^3.2.7",
|
|
"file-loader": "^6.2.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.3.0",
|
|
"process": "^0.11.10",
|
|
"stream-browserify": "^3.0.0",
|
|
"through2": "^4.0.2",
|
|
"ts-loader": "^9.2.8",
|
|
"typescript": "^4.6.2",
|
|
"util": "^0.12.4",
|
|
"webpack": "^5.70.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/sql.js": "^1.4.3",
|
|
"bzip2": "^0.1.1",
|
|
"classnames": "^2.3.1",
|
|
"cmd-ts": "^0.7.0",
|
|
"comment-json": "^4.2.2",
|
|
"crc": "^3.8.0",
|
|
"electron-titlebar": "0.0.3",
|
|
"idb-keyval": "^6.1.0",
|
|
"json-stringify-pretty-compact": "^3.0.0",
|
|
"leaflet": "^1.7.1",
|
|
"lzma": "^2.3.2",
|
|
"lzma-native": "^8.0.1",
|
|
"node-fetch": "^2.6.5",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"sharp": "^0.29.2",
|
|
"sql.js": "file:../sql.js",
|
|
"sqlite3": "^5.0.2",
|
|
"three": "^0.133.1"
|
|
}
|
|
}
|