-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
111 lines (111 loc) · 3.51 KB
/
package.json
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
{
"name": "daed",
"version": "v0.1.0",
"private": true,
"description": "A Web Dashboard For dae",
"homepage": "https://daeuniverse.github.io/daed",
"repository": "https://github.com/daeuniverse/daed",
"license": "MIT",
"author": {
"name": "daeuniverse",
"email": "[email protected]"
},
"scripts": {
"build": "vite build",
"codegen": "graphql-codegen",
"dev": "vite dev",
"lint": "vite lint",
"prepare": "husky install",
"test": "vitest"
},
"dependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.11.1",
"@faker-js/faker": "^8.2.0",
"@fontsource/fira-sans": "^5.0.17",
"@fontsource/source-code-pro": "^5.0.15",
"@graphiql/toolkit": "^0.9.1",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@mantine/carousel": "^6.0.19",
"@mantine/core": "^6.0.19",
"@mantine/dates": "^6.0.19",
"@mantine/dropzone": "^6.0.19",
"@mantine/form": "^7.5.0",
"@mantine/hooks": "^6.0.19",
"@mantine/modals": "^6.0.19",
"@mantine/notifications": "^6.0.19",
"@mantine/nprogress": "^6.0.19",
"@mantine/prism": "^6.0.19",
"@mantine/spotlight": "^6.0.19",
"@mantine/tiptap": "^6.0.19",
"@monaco-editor/react": "^4.6.0",
"@nanostores/persistent": "^0.9.1",
"@nanostores/react": "^0.7.1",
"@parcel/watcher": "^2.3.0",
"@tabler/icons-react": "^2.40.0",
"@tanstack/eslint-plugin-query": "^5.0.5",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@types/node": "^20.8.10",
"@types/react": "^18.2.33",
"@types/react-copy-to-clipboard": "^5.0.6",
"@types/react-dom": "^18.2.14",
"@types/urijs": "^1.19.22",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react-swc": "^3.4.1",
"@vitest/ui": "^0.34.6",
"dayjs": "^1.11.10",
"embla-carousel-react": "8.0.0-rc14",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^8.0.1",
"framer-motion": "^10.16.4",
"graphiql": "^3.1.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"husky": "^8.0.3",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"immer": "^10.0.3",
"js-base64": "^3.7.5",
"lint-staged": "^15.0.2",
"mantine-datatable": "^6.0.3",
"monaco-editor": "^0.44.0",
"monaco-themes": "^0.4.4",
"nanostores": "^0.9.4",
"prettier": "^3.0.3",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-router": "^6.18.0",
"react-router-dom": "^6.21.3",
"simple-git": "^3.20.0",
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2",
"urijs": "^1.19.11",
"vite": "^4.5.3",
"vite-plugin-environment": "^1.1.3",
"vitest": "^0.34.6",
"zod": "^3.22.4"
}
}