|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
"build": "yarn plugins:all && cross-env TS_NODE_PROJECT='tsconfig.node.json' webpack",
|
|
|
|
|
"dev": "cross-env TS_NODE_PROJECT='tsconfig.node.json' NODE_ENV=development webpack serve",
|
|
|
|
|
"serve": "npx http-server ./dist",
|
|
|
|
|
"check:type": "tsc --noEmit --skipLibCheck",
|
|
|
|
|
"postinstall": "node plugins/install.js",
|
|
|
|
|
"plugins:new": "ministar createPlugin",
|
|
|
|
|
"plugins:all": "ministar buildPlugin all",
|
|
|
|
@ -49,6 +50,7 @@
|
|
|
|
|
"@types/copy-webpack-plugin": "^8.0.0",
|
|
|
|
|
"@types/dts-generator": "^2.1.6",
|
|
|
|
|
"@types/is-hotkey": "^0.1.5",
|
|
|
|
|
"@types/loadable__component": "^5.13.4",
|
|
|
|
|
"@types/mini-css-extract-plugin": "^1.4.3",
|
|
|
|
|
"@types/node": "^15.12.5",
|
|
|
|
|
"@types/react": "^17.0.11",
|
|
|
|
|