|
@@ -6,7 +6,7 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
"start": "nodemon",
|
|
"start": "nodemon",
|
|
|
- "build": "rm -rf ./build & tsc --p ./tsconfig.json"
|
|
|
|
|
|
|
+ "build": "rm -rf ./build & node node_modules/webpack-cli/ --config webpack.config.js"
|
|
|
},
|
|
},
|
|
|
"author": "Tatiana Inama",
|
|
"author": "Tatiana Inama",
|
|
|
"license": "ISC",
|
|
"license": "ISC",
|
|
@@ -22,7 +22,10 @@
|
|
|
"express": "^4.17.1",
|
|
"express": "^4.17.1",
|
|
|
"nodemon": "^2.0.3",
|
|
"nodemon": "^2.0.3",
|
|
|
"ramda": "^0.27.0",
|
|
"ramda": "^0.27.0",
|
|
|
|
|
+ "ts-loader": "^7.0.1",
|
|
|
"ts-node": "^8.8.2",
|
|
"ts-node": "^8.8.2",
|
|
|
- "typescript": "^3.8.3"
|
|
|
|
|
|
|
+ "typescript": "^3.8.3",
|
|
|
|
|
+ "webpack": "^4.43.0",
|
|
|
|
|
+ "webpack-cli": "^3.3.11"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|