-
- Downloads
'fixed' source maps. See:...
'fixed' source maps. See: pregmodfan/fc-pregmod!11674 (comment 373154)
parent
534dde92
No related branches found
No related tags found
... | @@ -12,7 +12,8 @@ | ... | @@ -12,7 +12,8 @@ |
"compile": "sh compile.sh", | "compile": "sh compile.sh", | ||
"build": "npx gulp all", | "build": "npx gulp all", | ||
"build:debug": "npx gulp all --debug", | "build:debug": "npx gulp all --debug", | ||
"build:release": "npx gulp all --minify --release" | "build:release": "npx gulp all --minify --release", | ||
"serve": "npx http-server --port 6969 -c-1" | |||
}, | }, | ||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -24,6 +25,7 @@ | ... | @@ -24,6 +25,7 @@ |
"eslint": "^8.0.0", | "eslint": "^8.0.0", | ||
"eslint-plugin-jsdoc": "^46.0.0", | "eslint-plugin-jsdoc": "^46.0.0", | ||
"eslint-plugin-sonarjs": "^0.23.0", | "eslint-plugin-sonarjs": "^0.23.0", | ||
"http-server": "^14.1.1", | |||
"ts-essentials": "^9.1.1", | "ts-essentials": "^9.1.1", | ||
"typescript": "^4.4.0" | "typescript": "^4.4.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment