UNPKG

create-chuntianxiaozhu

Version:

春天小猪模板工具

43 lines (42 loc) 1.18 kB
{ "name": "chrome-crx", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "build:watch": "tsc && vite build --watch", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.2.6", "@ant-design/pro-table": "^3.13.14", "@webcontainer/api": "^1.1.8", "antd": "^5.13.1", "cheerio": "^1.0.0-rc.12", "ky": "0.33.3", "react": "^18.2.0", "react-dom": "^18.2.0", "vosk": "^0.3.39" }, "devDependencies": { "@crxjs/vite-plugin": "^2.0.0-beta.21", "@types/chrome": "^0.0.250", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.0.3", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "less": "^4.2.0", "sass": "^1.69.5", "stylus": "^0.61.0", "typescript": "^5.0.2", "vite": "^4.4.5", "vite-plugin-svgr": "^4.1.0" } }