-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently \"next dev\" \"yarn graphql\"",
"build": "next build",
"start": "next start",
"graphql": "graphql-codegen --config ./.graphqlrc.yml --watch",
"lint": "next lint"
},
"dependencies": {
"@ant-design/charts": "^2.2.1",
"@ant-design/icons": "^5.4.0",
"@ant-design/plots": "^2.3.2",
"@apollo/client": "^3.11.8",
"@emoji-mart/data": "^1.2.1",
"@googlemaps/react-wrapper": "^1.1.42",
"@react-hook/resize-observer": "^2.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"antd": "5.20.6",
"apollo-link-scalars": "^4.0.3",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"emoji-mart": "^5.6.0",
"eslint": "^9.10.0",
"eslint-config-next": "^14.2.12",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"jwt-decode": "^4.0.0",
"lodash.memoize": "^4.1.2",
"next": "14.0.2",
"next-absolute-url": "^1.2.2",
"rc-picker": "^4.6.14",
"rc-util": "^5.43.0",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.3.1",
"react-use": "^17.5.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@parcel/watcher": "^2.4.1",
"@types/classnames": "^2.3.1",
"@types/emoji-mart": "^3.0.14",
"@types/google.maps": "^3.58.0",
"@types/node": "^22.5.5",
"concurrently": "^9.0.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}