mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-31 09:05:50 +02:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "revision-2021",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "webpack-cli serve --mode development",
|
|
"build": "yarn build-js && yarn build-png",
|
|
"build-js": "webpack --mode production",
|
|
"build-png": "jsexe -cn -po ./dist/bundle.js ./dist/out.png.html",
|
|
"h": "start http://localhost:8081/out.png.html && http-server ./dist",
|
|
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
|
"lint-fix": "eslint --fix \"src/**/*.{ts,tsx}\""
|
|
},
|
|
"devDependencies": {
|
|
"@fms-cat/automaton": "^4.2.0-beta.0",
|
|
"@fms-cat/automaton-fxs": "^4.2.0-beta.0",
|
|
"@fms-cat/automaton-with-gui": "^4.2.0-beta.0",
|
|
"@fms-cat/experimental": "^0.6.1",
|
|
"@fms-cat/glcat-ts": "^0.15.0",
|
|
"@types/audiobuffer-to-wav": "^1.0.0",
|
|
"@types/webpack-env": "^1.16.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
|
"@typescript-eslint/parser": "^4.17.0",
|
|
"audiobuffer-to-wav": "^1.0.0",
|
|
"eslint": "^7.21.0",
|
|
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
|
|
"glslify-loader": "^2.0.0",
|
|
"html-webpack-plugin": "^5.3.0",
|
|
"loader-utils": "^2.0.0",
|
|
"schema-utils": "^3.0.0",
|
|
"tempy": "^1.0.0",
|
|
"ts-loader": "^8.0.17",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^5.24.4",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|