-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.36 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.36 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
{
"name": "library-editor",
"version": "1.0.0",
"description": "Library editing website for inshapardaz library systems",
"repository": {
"type": "git",
"url": "https://github.com/inshapardaz/library-editor.git"
},
"author": "Muhammad Umer Farooq",
"license": "MIT",
"keywords": [
"ebooks",
"library",
"language",
"urdu"
],
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"lint": "eslint .",
"test": "npx playwright test",
"test:debug": "npx playwright test --ui"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"@eslint/js": "^9.20.0",
"@iconify-icon/react": "^2.3.0",
"@playwright/test": "^1.50.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"pre-commit": "^1.2.2",
"vite": "^6.1.0"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.0",
"@lexical/clipboard": "^0.24.0",
"@lexical/code": "^0.24.0",
"@lexical/file": "^0.24.0",
"@lexical/hashtag": "^0.24.0",
"@lexical/link": "^0.24.0",
"@lexical/list": "^0.24.0",
"@lexical/mark": "^0.24.0",
"@lexical/markdown": "^0.24.0",
"@lexical/overflow": "^0.24.0",
"@lexical/plain-text": "^0.24.0",
"@lexical/react": "^0.24.0",
"@lexical/rich-text": "^0.24.0",
"@lexical/selection": "^0.24.0",
"@lexical/table": "^0.24.0",
"@lexical/utils": "^0.24.0",
"@mantine/carousel": "^7.16.3",
"@mantine/core": "^7.16.3",
"@mantine/dates": "^7.16.3",
"@mantine/dropzone": "^7.16.3",
"@mantine/form": "^7.16.3",
"@mantine/hooks": "^7.16.3",
"@mantine/modals": "^7.16.3",
"@mantine/notifications": "^7.16.3",
"@mantine/spotlight": "^7.16.3",
"@reduxjs/toolkit": "^2.5.1",
"async-mutex": "^0.5.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.5.2",
"js-cookie": "^3.0.5",
"lexical": "^0.24.0",
"moment": "^2.30.1",
"pdfjs-dist": "^3.11.174",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.5"
}
}