forked from growthepie/gtp-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.25 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ef-grant-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "sst bind next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@dsnp/parquetjs": "^1.7.0",
"@floating-ui/react": "^0.22.3",
"@react-hook/media-query": "^1.1.1",
"@react-spring/web": "^9.7.2",
"@splidejs/react-splide": "^0.7.12",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "^3.0.0-beta.65",
"@vercel/analytics": "^1.1.1",
"concurrently": "^8.2.1",
"cookies-next": "^2.1.1",
"crossoriginworker": "^1.1.0",
"framer-motion": "^10.3.2",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"highcharts": "^11.4.1",
"highcharts-react-official": "^3.2.1",
"highcharts-rounded-corners": "https://github.com/highcharts/rounded-corners/",
"lodash": "^4.17.21",
"million": "^2.6.4",
"moment": "^2.29.4",
"next": "^14.2.3",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"pg": "^8.11.3",
"react": "^18.3.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-d3-library": "^1.1.8",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-json-view": "^1.21.3",
"react-jsx-highcharts": "^5.0.1",
"react-markdown": "^8.0.7",
"react-spring": "^9.7.3",
"schema-dts": "^1.1.2",
"swr": "^2.1.1",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"@iconify/tools": "^2.2.6",
"@iconify/types": "^2.0.0",
"@react-spring/types": "^9.7.2",
"@types/gtag.js": "^0.0.12",
"@types/lodash": "^4.14.191",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.31",
"sass": "^1.58.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"sst": "^2.43.4",
"aws-cdk-lib": "2.142.1",
"constructs": "10.3.0"
}
}