init commit

This commit is contained in:
iqudoo
2026-04-30 10:16:43 +08:00
commit 2c8eb4f587
44 changed files with 17574 additions and 0 deletions

53
package.json Normal file
View File

@@ -0,0 +1,53 @@
{
"name": "iqudoo-bridge",
"version": "0.0.1",
"description": "oho game jssdk",
"main": "dist/index.js",
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"scripts": {
"analyzer": "cross-env NODE_ENV=production webpack --mode=production --config webpack.analyzer.js",
"start": "webpack --watch --config webpack.prod.js",
"build": "webpack --config webpack.prod.js",
"test": "echo 'no tests'"
},
"files": [
"dist",
"types"
],
"devDependencies": {
"barcode-detector": "^3.0.8",
"autoprefixer": "^7.2.3",
"axios": "0.21.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "3.0.0",
"concurrently": "^3.5.0",
"cp-webpack-plugin": "^1.0.0",
"html-webpack-plugin": "4.5.2",
"cross-env": "5.2.1",
"css-loader": "^0.28.4",
"es6-promise": "4.2.6",
"exports-loader": "^0.6.4",
"file-loader": "^0.11.2",
"file-saver": "^1.3.3",
"http-server": "0.11.1",
"imports-loader": "^0.7.1",
"postcss-loader": "^2.0.6",
"str-webpack-plugin": "1.0.0",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.5.9",
"vconsole": "3.3.0",
"quagga": "0.12.1",
"browserify-cipher": "1.0.1",
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "^3.3.9"
},
"repository": {},
"author": "",
"license": "ISC"
}