generated from minskylab/base-next
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "plexo-platform",
"version": "0.1.12",
"private": false,
"scripts": {
"generate": "graphql-codegen -c codegen.yml",
"format": "prettier --write '**/*.{ts,tsx,graphql}'",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@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",
"@urql/devtools": "2.0.3",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.7",
"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"
},
"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"
}
}