Files
tf2wikipricing/package.json
xenticore 95ce637892 feat: enable webextension builds
Currently only supports Chrome due to no `chrome` -> `browser` polyfill
2025-05-01 15:27:14 -04:00

58 lines
1.5 KiB
JSON

{
"name": "TF2 Wiki Pricing",
"version": "0.7.1",
"description": "Adds item pricing to the Team Fortress 2 wiki",
"author": "rapture.party",
"devDependencies": {
"@eslint/css": "^0.7.0",
"@eslint/js": "^9.25.1",
"@eslint/json": "^0.12.0",
"@happy-dom/global-registrator": "^17.4.4",
"@types/firefox-webext-browser": "^120.0.4",
"@types/greasemonkey": "^4.0.7",
"@types/html": "^1.0.4",
"@types/jest": "^29.5.14",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"bun-types": "^1.2.5",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.25.1",
"globals": "^16.0.0",
"path-browserify": "^1.0.1",
"raw-loader": "^4.0.2",
"tf2-static-schema": "^1.74.0",
"ts-loader": "^9.5.1",
"typescript-eslint": "^8.31.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"eslintConfig": {
"env": {
"browser": true,
"webextensions": true
}
},
"license": "unlicensed",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@types/chrome": "^0.0.270",
"base64-inline-loader": "^2.0.1",
"crx": "^5.0.1",
"css-loader": "^7.1.2",
"css-to-string-loader": "^0.1.3",
"extract-loader": "^5.1.0",
"jsonc-loader": "^0.1.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"postcss-url": "^10.1.3",
"style-loader": "^4.0.0",
"to-string-loader": "^1.2.0",
"url-loader": "^4.1.1"
}
}