-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.63 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
{
"name": "wizard",
"description": "Wizard is a repository management with a simple user interface.",
"private": true,
"version": "0.0.1",
"author": {
"url": "https://vounty.net",
"name": "VountyNetwork",
"email": "contact@vounty.net"
},
"homepage": "https://vounty.net",
"repository": "https://github.com/VountyNetwork/Wizard",
"bugs": {
"url": "https://github.com/VountyNetwork/Wizard/issues"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.8.0",
"@mantine/dates": "^5.8.0",
"@mantine/dropzone": "^5.8.0",
"@mantine/form": "^5.8.0",
"@mantine/hooks": "^5.8.0",
"@mantine/modals": "^5.8.0",
"@mantine/notifications": "^5.8.0",
"@mantine/nprogress": "^5.8.0",
"@mantine/prism": "^5.8.0",
"@mantine/spotlight": "^5.8.0",
"@mantine/tiptap": "^5.8.0",
"@tabler/icons": "^1.111.0",
"@tiptap/extension-link": "^2.0.0-beta.202",
"@tiptap/react": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"i18next": "^22.0.5",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0",
"react-icons": "^4.6.0",
"react-metatags-hook": "^1.3.1",
"sass": "^1.55.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}