Initial commit

This commit is contained in:
xenticore
2025-03-21 13:53:45 -04:00
commit 568b2eaabd
28 changed files with 1604 additions and 0 deletions

43
package.json Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "tf2wikipricing",
"version": "0.3.0-beta",
"description": "Adds item pricing to the Team Fortress 2 wiki",
"devDependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"@types/greasemonkey": "^4.0.7",
"@types/html": "^1.0.4",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"path-browserify": "^1.0.1",
"raw-loader": "^4.0.2",
"tf2-static-schema": "^1.74.0",
"ts-loader": "^9.5.1",
"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",
"css-loader": "^7.1.2",
"css-to-string-loader": "^0.1.3",
"extract-loader": "^5.1.0",
"jsonc-loader": "^0.1.1",
"style-loader": "^4.0.0",
"to-string-loader": "^1.2.0",
"url-loader": "^4.1.1"
}
}