|
| 1 | +{ |
| 2 | + "name": "pntools", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "tauri": "tauri", |
| 11 | + "prettier": "prettier --write '**/*.{js,jsx,ts,tsx}'", |
| 12 | + "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@ant-design/icons": "^5.2.6", |
| 16 | + "@tauri-apps/api": "^1.4.0", |
| 17 | + "antd": "^5.9.0", |
| 18 | + "cheerio": "1.0.0-rc.12", |
| 19 | + "localforage": "^1.10.0", |
| 20 | + "match-sorter": "^6.3.1", |
| 21 | + "react": "^18.2.0", |
| 22 | + "react-dom": "^18.2.0", |
| 23 | + "react-markdown": "^8.0.7", |
| 24 | + "react-router-dom": "^6.14.1", |
| 25 | + "remark-gfm": "^3.0.1", |
| 26 | + "sort-by": "^1.2.0", |
| 27 | + "tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket#v1" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@tailwindcss/typography": "^0.5.9", |
| 31 | + "@tauri-apps/cli": "^1.4.0", |
| 32 | + "@types/node": "^20.3.3", |
| 33 | + "@types/react": "^18.2.15", |
| 34 | + "@types/react-dom": "^18.2.7", |
| 35 | + "@typescript-eslint/eslint-plugin": "^5.59.0", |
| 36 | + "@typescript-eslint/parser": "^5.59.0", |
| 37 | + "@vitejs/plugin-react": "^4.0.3", |
| 38 | + "@vitejs/plugin-react-swc": "^3.0.0", |
| 39 | + "autoprefixer": "^10.4.14", |
| 40 | + "eslint": "^8.38.0", |
| 41 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 42 | + "eslint-plugin-react-refresh": "^0.3.4", |
| 43 | + "postcss": "^8.4.24", |
| 44 | + "prettier": "^2.8.8", |
| 45 | + "prettier-plugin-tailwindcss": "^0.3.0", |
| 46 | + "tailwindcss": "^3.3.2", |
| 47 | + "typescript": "^5.0.2", |
| 48 | + "vite": "^4.4.4" |
| 49 | + } |
| 50 | +} |
0 commit comments