forked from minskylab/plexo-platform
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "plexo-platform",
"version": "0.3.1",
"private": false,
"scripts": {
"generate": "graphql-codegen -c codegen.yml",
"format": "prettier --write '**/*.{ts,tsx,graphql}'",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/header": "^2.8.1",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.9.0",
"@editorjs/paragraph": "^2.11.3",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.3.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "11.11.0",
"@mantine/core": "^6.0.15",
"@mantine/dates": "^6.0.15",
"@mantine/form": "^6.0.20",
"@mantine/hooks": "^6.0.15",
"@mantine/modals": "^6.0.15",
"@mantine/next": "^6.0.15",
"@mantine/notifications": "^6.0.15",
"@mantine/spotlight": "^6.0.20",
"@tabler/icons": "^2.23.0",
"@tabler/icons-react": "^2.23.0",
"@types/editorjs__header": "^2.6.3",
"@types/uuid": "^9.0.8",
"@urql/devtools": "2.0.3",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.10",
"framer-motion": "10.12.17",
"graphql": "16.7.1",
"graphql-ws": "^5.11.2",
"next": "13.4.7",
"next-translate": "^2.4.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"tabler-icons-react": "^1.56.0",
"urql": "4.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@types/react": "18.2.14",
"@types/react-beautiful-dnd": "^13.1.3",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
}