|
1 | 1 | {
|
2 |
| - "private": true, |
3 |
| - "type": "module", |
4 |
| - "scripts": { |
5 |
| - "build": "tsc && vite build", |
6 |
| - "dev": "vite", |
7 |
| - "lint": "eslint resources/js --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore --fix" |
8 |
| - }, |
9 |
| - "devDependencies": { |
10 |
| - "@headlessui/react": "^2.0.0", |
11 |
| - "@inertiajs/react": "^2.0.0", |
12 |
| - "@tailwindcss/forms": "^0.5.3", |
13 |
| - "@tailwindcss/vite": "^4.0.17", |
14 |
| - "@types/node": "^18.13.0", |
15 |
| - "@types/react": "^18.0.28", |
16 |
| - "@types/react-dom": "^18.0.10", |
17 |
| - "@typescript-eslint/eslint-plugin": "^7.16.0", |
18 |
| - "@typescript-eslint/parser": "^7.16.0", |
19 |
| - "@vitejs/plugin-react": "^4.2.0", |
20 |
| - "autoprefixer": "^10.4.12", |
21 |
| - "axios": "^1.7.4", |
22 |
| - "concurrently": "^9.0.1", |
23 |
| - "eslint": "^8.57.0", |
24 |
| - "eslint-config-prettier": "^9.1.0", |
25 |
| - "eslint-plugin-prettier": "^5.1.3", |
26 |
| - "eslint-plugin-react": "^7.34.4", |
27 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
28 |
| - "laravel-vite-plugin": "^1.2.0", |
29 |
| - "prettier": "^3.3.0", |
30 |
| - "prettier-plugin-organize-imports": "^4.0.0", |
31 |
| - "prettier-plugin-tailwindcss": "^0.6.5", |
32 |
| - "react": "^18.2.0", |
33 |
| - "react-dom": "^18.2.0", |
34 |
| - "typescript": "^5.0.2", |
35 |
| - "vite": "^6.0.11" |
36 |
| - }, |
37 |
| - "dependencies": { |
38 |
| - "@tiptap/extension-dropcursor": "^2.11.5", |
39 |
| - "@tiptap/extension-image": "^2.11.5", |
40 |
| - "@tiptap/extension-strike": "^2.11.5", |
41 |
| - "@tiptap/extension-table": "^2.11.5", |
42 |
| - "@tiptap/extension-table-cell": "^2.11.5", |
43 |
| - "@tiptap/extension-table-header": "^2.11.5", |
44 |
| - "@tiptap/extension-table-row": "^2.11.5", |
45 |
| - "@tiptap/extension-text": "^2.11.3", |
46 |
| - "@tiptap/extension-underline": "^2.11.5", |
47 |
| - "@tiptap/pm": "^2.11.5", |
48 |
| - "@tiptap/react": "^2.11.5", |
49 |
| - "@tiptap/starter-kit": "^2.11.5", |
50 |
| - "@tiptap/suggestion": "^2.11.5", |
51 |
| - "bibtex.js": "^0.0.12-beta", |
52 |
| - "prosemirror-tables": "^1.6.4", |
53 |
| - "puppeteer": "^24.4.0", |
54 |
| - "react-hot-toast": "^2.5.2", |
55 |
| - "tailwindcss": "^4.0.17", |
56 |
| - "tiptap-pagination-breaks": "^1.0.3" |
57 |
| - } |
| 2 | + "private": true, |
| 3 | + "type": "module", |
| 4 | + "scripts": { |
| 5 | + "build": "tsc && vite build", |
| 6 | + "dev": "vite", |
| 7 | + "lint": "eslint resources/js --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore --fix" |
| 8 | + }, |
| 9 | + "devDependencies": { |
| 10 | + "@headlessui/react": "^2.0.0", |
| 11 | + "@inertiajs/react": "^2.0.0", |
| 12 | + "@tailwindcss/forms": "^0.5.3", |
| 13 | + "@tailwindcss/vite": "^4.0.17", |
| 14 | + "@types/node": "^18.13.0", |
| 15 | + "@types/react": "^18.0.28", |
| 16 | + "@types/react-dom": "^18.0.10", |
| 17 | + "@typescript-eslint/eslint-plugin": "^7.16.0", |
| 18 | + "@typescript-eslint/parser": "^7.16.0", |
| 19 | + "@vitejs/plugin-react": "^4.2.0", |
| 20 | + "autoprefixer": "^10.4.12", |
| 21 | + "axios": "^1.7.4", |
| 22 | + "concurrently": "^9.0.1", |
| 23 | + "eslint": "^8.57.0", |
| 24 | + "eslint-config-prettier": "^9.1.0", |
| 25 | + "eslint-plugin-prettier": "^5.1.3", |
| 26 | + "eslint-plugin-react": "^7.34.4", |
| 27 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 28 | + "laravel-vite-plugin": "^1.2.0", |
| 29 | + "prettier": "^3.3.0", |
| 30 | + "prettier-plugin-organize-imports": "^4.0.0", |
| 31 | + "prettier-plugin-tailwindcss": "^0.6.5", |
| 32 | + "react": "^18.2.0", |
| 33 | + "react-dom": "^18.2.0", |
| 34 | + "typescript": "^5.0.2", |
| 35 | + "vite": "^6.0.11" |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "@tiptap/extension-dropcursor": "^2.11.5", |
| 39 | + "@tiptap/extension-image": "^2.11.5", |
| 40 | + "@tiptap/extension-strike": "^2.11.5", |
| 41 | + "@tiptap/extension-table": "^2.11.5", |
| 42 | + "@tiptap/extension-table-cell": "^2.11.5", |
| 43 | + "@tiptap/extension-table-header": "^2.11.5", |
| 44 | + "@tiptap/extension-table-row": "^2.11.5", |
| 45 | + "@tiptap/extension-text": "^2.11.3", |
| 46 | + "@tiptap/extension-underline": "^2.11.5", |
| 47 | + "@tiptap/pm": "^2.11.5", |
| 48 | + "@tiptap/react": "^2.11.5", |
| 49 | + "@tiptap/starter-kit": "^2.11.5", |
| 50 | + "@tiptap/suggestion": "^2.11.5", |
| 51 | + "bibtex.js": "^0.0.14-beta", |
| 52 | + "katex": "^0.16.21", |
| 53 | + "prosemirror-pagination": "^0.1.5", |
| 54 | + "prosemirror-tables": "^1.6.4", |
| 55 | + "puppeteer": "^24.4.0", |
| 56 | + "react-hot-toast": "^2.5.2", |
| 57 | + "tailwindcss": "^4.0.17", |
| 58 | + "tiptap-pagination-breaks": "^1.0.3" |
| 59 | + } |
58 | 60 | }
|
0 commit comments