|
@@ -0,0 +1,74 @@
|
|
|
+{
|
|
|
+ "name": "luckysheet-io",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "luckysheet xlsx io project",
|
|
|
+ "main": "index.ts",
|
|
|
+ "scripts": {
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "http://gogs.lashuju.com/opensource/luckysheet-io.git"
|
|
|
+ },
|
|
|
+ "keywords": [
|
|
|
+ "xlsx",
|
|
|
+ "io",
|
|
|
+ "excel"
|
|
|
+ ],
|
|
|
+ "author": "jerry",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "archiver": "^5.0.0",
|
|
|
+ "dayjs": "^1.8.34",
|
|
|
+ "fast-csv": "^4.3.1",
|
|
|
+ "jszip": "^3.7.1",
|
|
|
+ "readable-stream": "^3.6.0",
|
|
|
+ "saxes": "^5.0.1",
|
|
|
+ "tmp": "^0.2.0",
|
|
|
+ "unzipper": "^0.10.11",
|
|
|
+ "uuid": "^8.3.0"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/preset-env": "7.16.4",
|
|
|
+ "@babel/preset-typescript": "7.16.5",
|
|
|
+ "@babel/core": "7.16.0",
|
|
|
+
|
|
|
+ "eslint": "8.4.1",
|
|
|
+ "eslint-config-airbnb-base": "15.0.0",
|
|
|
+ "eslint-plugin-import": "2.25.3",
|
|
|
+ "eslint-config-airbnb-typescript": "16.1.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "5.6.0",
|
|
|
+ "@typescript-eslint/parser": "5.6.0",
|
|
|
+
|
|
|
+ "typescript": "4.7.2",
|
|
|
+ "assert":"2.0.0",
|
|
|
+ "buffer": "6.0.3",
|
|
|
+ "typedoc": "0.22",
|
|
|
+
|
|
|
+ "jest": "27.0.6",
|
|
|
+ "@types/jest": "27.0.3",
|
|
|
+ "jest-canvas-mock": "2.3.1",
|
|
|
+ "ts-jest": "27.1.0",
|
|
|
+
|
|
|
+ "webpack": "5.73.0",
|
|
|
+ "webpack-cli": "4.10.0",
|
|
|
+ "webpack-dev-server": "4.9.2",
|
|
|
+
|
|
|
+ "babel-loader": "8.2.3",
|
|
|
+ "css-loader": "6.5.1",
|
|
|
+ "file-loader": "6.2.0",
|
|
|
+ "less-loader": "10.2.0",
|
|
|
+ "ts-loader": "9.2.8",
|
|
|
+ "url-loader": "4.1.1",
|
|
|
+ "esbuild-loader": "2.18.0",
|
|
|
+
|
|
|
+ "clean-webpack-plugin": "4.0.0",
|
|
|
+ "eslint-webpack-plugin": "3.1.1",
|
|
|
+ "mini-css-extract-plugin": "2.4.5",
|
|
|
+ "webpack-merge": "5.8.0",
|
|
|
+ "webpack-javascript-obfuscator-plugin": "1.0.9",
|
|
|
+ "webpack-obfuscator": "3.5.1",
|
|
|
+ "html-webpack-plugin": "5.5.0",
|
|
|
+ "progress-bar-webpack-plugin": "2.1.0"
|
|
|
+ }
|
|
|
+}
|