|
| 1 | +{ |
| 2 | + "name": "logseq-plugin-template-react", |
| 3 | + "version": "0.0.0", |
| 4 | + "main": "dist/index.html", |
| 5 | + "scripts": { |
| 6 | + "dev": "vite", |
| 7 | + "build": "tsc && vite build", |
| 8 | + "preinstall": "npx only-allow pnpm" |
| 9 | + }, |
| 10 | + "license": "MIT", |
| 11 | + "dependencies": { |
| 12 | + "@logseq/libs": "^0.0.9", |
| 13 | + "react": "^18.2.0", |
| 14 | + "react-dom": "^18.2.0" |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@semantic-release/changelog": "6.0.1", |
| 18 | + "@semantic-release/exec": "6.0.3", |
| 19 | + "@semantic-release/git": "10.0.1", |
| 20 | + "@semantic-release/npm": "9.0.1", |
| 21 | + "@types/node": "18.0.4", |
| 22 | + "@types/react": "18.0.21", |
| 23 | + "@types/react-dom": "18.0.6", |
| 24 | + "@typescript-eslint/eslint-plugin": "5.40.1", |
| 25 | + "@typescript-eslint/parser": "5.40.1", |
| 26 | + "@vitejs/plugin-react": "2.1.0", |
| 27 | + "autoprefixer": "10.4.12", |
| 28 | + "conventional-changelog-conventionalcommits": "5.0.0", |
| 29 | + "eslint": "8.25.0", |
| 30 | + "eslint-plugin-react": "7.31.10", |
| 31 | + "eslint-plugin-react-hooks": "4.6.0", |
| 32 | + "postcss": "8.4.18", |
| 33 | + "semantic-release": "19.0.5", |
| 34 | + "tailwindcss": "3.1.8", |
| 35 | + "typescript": "4.8.4", |
| 36 | + "vite": "3.1.8", |
| 37 | + "vite-plugin-logseq": "1.1.2" |
| 38 | + }, |
| 39 | + "logseq": { |
| 40 | + "id": "_pengx17-logseq-template-react", |
| 41 | + "icon": "./logo.svg" |
| 42 | + } |
| 43 | +} |
0 commit comments