-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "project-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prettier-check": "prettier --check ."
},
"engines": {
"node": ">=12.22"
},
"dependencies": {
"@clerk/clerk-react": "^4.26.4",
"@clerk/nextjs": "^4.29.3",
"add": "^2.0.6",
"airtable": "^0.12.2",
"babel-plugin-superjson-next": "^0.4.4",
"copy-webpack-plugin": "^11.0.0",
"daisyui": "^3.9.2",
"dayjs": "^1.11.10",
"encoding": "^0.1.13",
"lodash": "^4.17.21",
"next": "^14.0.4",
"next-axiom": "^1.0.0",
"next-mdx-remote": "^4.4.1",
"next-superjson-plugin": "^0.5.10",
"next-transpile-modules": "^10.0.1",
"pg": "^8.11.3",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"superjson": "^1.10.0",
"swr": "^2.2.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}