-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
70 lines (70 loc) · 1.99 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
{
"name": "poestack-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"bump_version": "yarn node bump-version.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen",
"prettier:fix": "prettier --write . --ignore-path ./.gitignore",
"prettier:check": "prettier --check . --ignore-path ./.gitignore"
},
"dependencies": {
"@apollo/client": "3.7.3",
"@ctrl/react-adsense": "^1.6.2",
"@headlessui/react": "1.7.7",
"@heroicons/react": "2.0.17",
"@next/font": "13.1.1",
"@popperjs/core": "2.11.6",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/og": "0.0.27",
"chart.js": "^4.2.1",
"chartjs-adapter-moment": "^1.0.1",
"d3": "7.8.2",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"flowbite": "1.6.3",
"flowbite-react": "0.3.8",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"jsonwebtoken": "9.0.0",
"moment": "2.29.4",
"moment-timezone": "0.5.40",
"nanoid": "4.0.0",
"next": "^13.3.1-canary.16",
"next-build-id": "^3.0.0",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "4.1.1",
"react-dom": "18.2.0",
"react-easy-swipe": "^0.0.23",
"react-hot-toast": "^2.4.1",
"react-popper": "2.3.0",
"react-select": "5.7.0",
"react-spring": "9.7.1",
"react-virtualized-auto-sizer": "1.0.7",
"react-window": "1.8.8",
"react-youtube": "^10.1.0",
"sharp": "0.32.0",
"tailwind-datepicker-react": "1.2.3",
"typescript": "4.9.4",
"usehooks-ts": "2.9.1"
},
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/client-preset": "2.0.0",
"@types/d3": "7.4.0",
"@types/lodash": "4.14.191",
"autoprefixer": "10.4.13",
"postcss": "8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "3.2.4"
}
}