-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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": "ultrabet-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "graphql-codegen --config codegen.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "3.8.6",
"@apollo/experimental-nextjs-app-support": "^0.5.0",
"@auth0/nextjs-auth0": "^3.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@vercel/analytics": "^1.1.1",
"@vercel/kv": "^0.2.3",
"classnames": "^2.5.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"graphql": "^16.6.0",
"graphql-ws": "^5.13.1",
"luxon": "^3.4.3",
"next": "14.0.1",
"ramda": "^0.29.0",
"react": "18.3.0-canary-0c6348758-20231030",
"react-dom": "18.3.0-canary-0c6348758-20231030",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@types/luxon": "^3.3.3",
"@types/node": "20.1.0",
"@types/ramda": "^0.29.2",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-transition-group": "^4.4.6",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100
}
}