forked from rohitkumbhar/surmai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.08 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "surmai",
"private": true,
"version": "0.4.15",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/icons/logo.svg",
"build": "tsc -b && vite build",
"build-site": "vite build -c vite.site.config.ts --emptyOutDir && cp public/icons/* docs/assets/",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ./src",
"prepare": "husky",
"test-web": "vite --host 0.0.0.0 --port 6173 ",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"sync-translations": "i18next-scanner --config i18next-scanner.config.json",
"release": "release-it"
},
"dependencies": {
"@mantine/carousel": "^8.3.5",
"@mantine/code-highlight": "^8.3.5",
"@mantine/core": "^8.3.5",
"@mantine/dates": "^8.3.5",
"@mantine/dropzone": "^8.3.5",
"@mantine/form": "^8.3.5",
"@mantine/hooks": "^8.3.5",
"@mantine/modals": "^8.3.5",
"@mantine/notifications": "^8.3.5",
"@mantine/tiptap": "^8.3.5",
"@mantinex/mantine-logo": "^2.0.0",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-query": "^5.90.2",
"@tiptap/extension-color": "^3.5.2",
"@tiptap/extension-highlight": "^3.5.2",
"@tiptap/extension-link": "^3.5.2",
"@tiptap/extension-placeholder": "^3.5.2",
"@tiptap/extension-subscript": "^3.5.2",
"@tiptap/extension-superscript": "^3.5.2",
"@tiptap/extension-table": "^3.5.2",
"@tiptap/extension-table-cell": "^3.5.2",
"@tiptap/extension-table-header": "^3.5.2",
"@tiptap/extension-table-row": "^3.5.2",
"@tiptap/extension-task-item": "^3.5.2",
"@tiptap/extension-task-list": "^3.5.2",
"@tiptap/extension-text-align": "^3.5.2",
"@tiptap/extension-text-style": "^3.5.2",
"@tiptap/extension-underline": "^3.5.2",
"@tiptap/pm": "^3.5.2",
"@tiptap/react": "^3.5.2",
"@tiptap/starter-kit": "^3.5.2",
"@types/leaflet": "^1.9.21",
"@types/pdfmake": "^0.2.12",
"dayjs": "^1.11.18",
"dompurify": "^3.3.0",
"embla-carousel-react": "^8.6.0",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"leaflet": "^1.9.4",
"nanoid": "^5.1.6",
"npm-check-updates": "^18.3.0",
"pdfjs-dist": "5.3.93",
"pdfmake": "^0.2.21",
"pocketbase": "0.26.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-easy-crop": "^5.5.2",
"react-error-boundary": "^6.0.0",
"react-i18next": "^15.7.3",
"react-leaflet": "^5.0.0",
"react-pdf": "10.1.0",
"react-router-dom": "^7.9.2"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@playwright/test": "^1.55.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@vite-pwa/assets-generator": "^1.0.1",
"@vitejs/plugin-react": "^5.0.3",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.5",
"eslint-config-xo": "^0.49.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.21",
"husky": "^9.1.7",
"i18next-scanner": "^4.6.0",
"jsdom": "^27.0.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.6.2",
"release-it": "^19.0.5",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-bundle-analyzer": "^1.3.6",
"vite-plugin-pwa": "^1.0.3",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.17.1"
}