1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "wxt-vue-starter",
- "description": "manifest.json description",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "wxt",
- "dev:firefox": "wxt -b firefox",
- "build": "wxt build",
- "build:firefox": "wxt build -b firefox",
- "zip": "wxt zip",
- "zip:firefox": "wxt zip -b firefox",
- "compile": "vue-tsc --noEmit",
- "postinstall": "wxt prepare",
- "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,scss,html,json}'"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "axios": "^1.7.9",
- "element-plus": "^2.9.1",
- "highlight.js": "^11.11.1",
- "lodash": "^4.17.21",
- "moment": "^2.30.1",
- "openai": "^4.85.4",
- "pinia": "^3.0.1",
- "sass": "^1.85.1",
- "vant": "^4.9.17",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue": "^3.5.12",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@types/chrome": "^0.0.280",
- "@wxt-dev/module-vue": "^1.0.1",
- "autoprefixer": "^10.4.16",
- "postcss": "^8.4.31",
- "prettier": "^3.5.3",
- "tailwindcss": "^3.3.5",
- "typescript": "5.6.3",
- "vue-tsc": "^2.1.10",
- "wxt": "^0.19.13"
- }
- }
|