Fix monorepo build
This commit is contained in:
parent
2d67b7d939
commit
fd80a299b6
14 changed files with 99 additions and 83 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "shared",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"description": "Shared library between backend and frontend",
|
||||
"main": "lib/main.js",
|
||||
"types": "lib/src/main.d.ts",
|
||||
|
|
@ -8,13 +8,23 @@
|
|||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"build-before": "npx webpack --mode production",
|
||||
"initialize": "npm install",
|
||||
"build": "npx webpack --mode production",
|
||||
"start": "npx webpack --mode development --watch",
|
||||
"try-build-before": "npx webpack --mode production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||||
"@typescript-eslint/parser": "^3.9.1",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.21.2",
|
||||
"eslint-plugin-json-format": "^2.0.1",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-unused-imports": "^0.1.3",
|
||||
"file-loader": "^6.1.0",
|
||||
"gl-matrix": "^3.3.0",
|
||||
"prettier": "^2.0.5",
|
||||
"terser-webpack-plugin": "^2.3.8",
|
||||
"ts-loader": "^8.0.3",
|
||||
"typescript": "^4.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue