{
	"name": "kgsheet-for-react",
	"version": "0.3.9",
	"license": "MIT",
	"description": "Web版本excel的React组件",
	"author": "Yukaige",
	"homepage": "https://github.com/ykg3211/KGSheet.git",
	"types": "dist/index.d.ts",
	"main": "dist/index.js",
	"browser": {
		"./dist/index.js": "./dist/index.js"
	},
	"directories": {
		"lib": "dist"
	},
	"files": [
		"dist"
	],
	"dependencies": {
		"antd": "^4.23.2",
		"kgsheet": "^0.3.9",
		"react": ">=16",
		"react-dom": ">=16",
		"react-router-dom": ">4"
	},
	"devDependencies": {
		"@types/node": "^18.7.18",
		"@types/react": "^18.0.17",
		"@types/react-dom": "^18.0.6",
		"@vitejs/plugin-react": "^2.1.0",
		"typescript": "^4.8.4"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/ykg3211/KGSheet.git",
		"defaultBranch": "master",
		"defaultRemote": "origin"
	},
	"bugs": {
		"url": "https://github.com/ykg3211/KGSheet/issues"
	},
	"scripts": {
		"dev": "tsc -w",
		"build": "tsc && npm run build:css",
		"build:watch": "tsc && npm run build:css",
		"build:css": "cp ./packages/index.css ./dist"
	}
}
