-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "base",
"version": "0.1.0",
"private": false,
"scripts": {
"generate": "graphql-codegen -c codegen.yml",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "11.10.6",
"@mantine/core": "^6.0.8",
"@mantine/hooks": "^6.0.8",
"@mantine/next": "^6.0.8",
"@urql/devtools": "2.0.3",
"cookies-next": "^2.1.1",
"framer-motion": "10.12.4",
"graphql": "16.6.0",
"next": "13.3.0",
"next-translate": "^2.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"tabler-icons-react": "^1.56.0",
"urql": "4.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "3.3.0",
"@graphql-codegen/typed-document-node": "^4.0.0",
"@graphql-codegen/typescript": "3.0.3",
"@graphql-codegen/typescript-operations": "3.0.3",
"@types/react": "18.0.37",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next-translate-plugin": "^2.0.5",
"prettier": "2.8.7",
"typescript": "5.0.4"
}
}