-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.24 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
{
"name": "promodoro-notion",
"version": "1.0.5",
"private": true,
"author": "Kishan Joshi",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint:next": "next lint",
"lint": "eslint . --ext ts --ext tsx --ext js",
"start": "next start",
"commit": "git-cz"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.14.2",
"@heroicons/react": "^2.0.13",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@tanstack/react-query": "^5.17.19",
"@trpc/client": "^11.0.0-next-beta.242",
"@trpc/next": "^11.0.0-next-beta.242",
"@trpc/react-query": "^11.0.0-next-beta.242",
"@trpc/server": "^11.0.0-next-beta.242",
"@vercel/analytics": "^0.1.10",
"axios": "^1.2.1",
"chroma-js": "^2.4.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"firebase": "^9.17.2",
"next": "12.3.1",
"next-auth": "4.15.1",
"next-pwa": "^5.6.0",
"nextjs-google-analytics": "^2.3.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-big-calendar": "^1.8.7",
"react-content-loader": "^6.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-date-range": "^1.4.0",
"react-dom": "18.2.0",
"react-full-screen": "^1.1.1",
"react-outside-click-handler": "^1.3.0",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"use-sound": "^4.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/chroma-js": "^2.1.4",
"@types/dom-screen-wake-lock": "^1.0.0",
"@types/next-pwa": "^5.6.1",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-big-calendar": "^1.8.8",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-date-range": "^1.4.4",
"@types/react-dom": "18.0.5",
"@types/react-outside-click-handler": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.13",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"file-loader": "^6.2.0",
"git-cz": "^4.9.0",
"postcss": "^8.4.20",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "4.7.4"
},
"ct3aMetadata": {
"initVersion": "5.15.0"
}
}