代码拉取完成,页面将自动刷新
{
"name": "chrome-extension-react-template",
"version": "1.0.0",
"description": "chrome插件react版本模版",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV='dev' node build.mjs",
"build": "cross-env NODE_ENV='production' node build.mjs",
"lint": "eslint --ext .js,.mjs,.jsx,.tsx,.ts .",
"lint:fix": "eslint --ext .js,.mjs,.jsx,.tsx,.ts . --fix",
"prepare": "husky install",
"watch": "chokidar src -c 'npm run dev'"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"classnames": "^2.3.2",
"inter-ui": "^3.19.3",
"lodash-es": "^4.17.21",
"react": "npm:@preact/compat@^17.1.2",
"react-dom": "npm:@preact/compat@^17.1.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.6",
"@types/react": "17.0.44",
"@types/webextension-polyfill": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.13",
"chokidar-cli": "^3.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.17.4",
"esbuild-style-plugin": "^1.6.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"postcss": "^8.4.20",
"postcss-scss": "^4.0.6",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.1",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"webextension-polyfill": "^0.10.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"author": "",
"license": "ISC"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。