@kjts20/tool-react-h5
Version:
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "@kjts20/tool-react-h5",
"version": "0.1.3",
"description": "wkj",
"miniprogram": "dist",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kjts20/tool-react-h5.git"
},
"scripts": {
"build:ts": "tsup",
"dev": "tsup --watch",
"build": "npm run build:ts",
"prepublishOnly": "npm run build",
"pub": "npm version patch && npm publish --registry=https://registry.npmjs.org/"
},
"keywords": [
"sskj",
"工具包",
"react",
"react基础配置"
],
"author": "wkj",
"license": "Apache",
"devDependencies": {
"@kjts20/tool": "^0.1.1",
"@types/node": "^20.4.0",
"@types/react": "^16.8.3",
"react": "^16.8.3",
"tsup": "^6.4.0",
"typescript": "^4.8.4"
},
"prettier": {
"tabWidth": 4,
"printWidth": 160,
"eslintIntegration": true,
"stylelintIntegration": true,
"singleQuote": true,
"semi": true,
"insertPragma": false,
"trailingComma": "none",
"arrowParens": "avoid"
},
"files": [
"dist"
],
"dependencies": {
"axios": "^1.1.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1"
}
}