|
|
@ -11,8 +11,9 @@
|
|
|
|
"dev": "cross-env TS_NODE_PROJECT='tsconfig.node.json' NODE_ENV=development webpack serve --config ./build/webpack.config.ts",
|
|
|
|
"dev": "cross-env TS_NODE_PROJECT='tsconfig.node.json' NODE_ENV=development webpack serve --config ./build/webpack.config.ts",
|
|
|
|
"serve": "npx http-server ./dist",
|
|
|
|
"serve": "npx http-server ./dist",
|
|
|
|
"check:type": "tsc --noEmit --skipLibCheck",
|
|
|
|
"check:type": "tsc --noEmit --skipLibCheck",
|
|
|
|
"postinstall": "node plugins/install.js",
|
|
|
|
"postinstall": "yarn plugins:install",
|
|
|
|
"plugins:new": "ministar createPlugin",
|
|
|
|
"plugins:new": "ministar createPlugin",
|
|
|
|
|
|
|
|
"plugins:install": "node plugins/install.js",
|
|
|
|
"plugins:all": "ministar buildPlugin all",
|
|
|
|
"plugins:all": "ministar buildPlugin all",
|
|
|
|
"plugins:watch": "ministar watchPlugin all",
|
|
|
|
"plugins:watch": "ministar watchPlugin all",
|
|
|
|
"plugins:declaration": "cross-env TS_NODE_PROJECT='tsconfig.node.json' ts-node ./scripts/plugin-declaration.ts"
|
|
|
|
"plugins:declaration": "cross-env TS_NODE_PROJECT='tsconfig.node.json' ts-node ./scripts/plugin-declaration.ts"
|
|
|
@ -28,7 +29,7 @@
|
|
|
|
"jsonschema": "^1.4.0",
|
|
|
|
"jsonschema": "^1.4.0",
|
|
|
|
"jwt-decode": "^3.1.2",
|
|
|
|
"jwt-decode": "^3.1.2",
|
|
|
|
"memoize-one": "^6.0.0",
|
|
|
|
"memoize-one": "^6.0.0",
|
|
|
|
"mini-star": "^1.2.0",
|
|
|
|
"mini-star": "^1.2.7",
|
|
|
|
"p-min-delay": "^4.0.0",
|
|
|
|
"p-min-delay": "^4.0.0",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|