monorepo/kifu/kifu-pwa/package.json

23 lines
471 B
JSON

{
"name": "kifu-pwa",
"version": "0.0.1",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"@types/lodash": "^4.14.194",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.80.0"
},
"devDependencies": {
"lodash": "^4.17.21",
"webpack-cli": "^5.0.2"
},
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later"
}