work-it-out/package.json

36 lines
867 B
JSON
Raw Permalink Normal View History

2024-08-31 16:44:23 +02:00
{
"name": "work-it-out",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"author": "",
"license": "CC-BY-SA-4.0",
"browser": "index.js",
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
2024-09-01 23:42:25 +02:00
"copy-webpack-plugin": "^12.0.2",
2024-08-31 16:44:23 +02:00
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"inkjs": "^2.3",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "webpack --mode production",
"dev": "webpack serve --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 20.0.0",
"pnpm": ">= 9.0"
}
}