-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "ccrp-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w"
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-tools/schema": "^10.0.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "^2.1.3",
"@heroicons/react": "^2.1.5",
"@nextui-org/react": "^2.4.6",
"@portabletext/react": "^3.1.0",
"@sanity/image-url": "^1.0.2",
"framer-motion": "^11.3.17",
"graphql": "^16.9.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mapbox-gl": "^3.6.0",
"moment": "^2.30.1",
"next": "14.2.4",
"next-sanity": "^9.4.7",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-player": "^2.16.0",
"recharts": "^2.12.7"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.9",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}