-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "shape-up-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node prebuild.js",
"build": "next build"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@octokit/graphql": "^5.0.6",
"autoprefixer": "^10.0.4",
"dotenv": "^8.2.0",
"focus-visible": "^5.2.0",
"jgexml": "^0.4.4",
"linear-scale": "0.0.3",
"luxon": "^1.25.0",
"mdast-util-to-string": "^3.2.0",
"meshgrad": "^0.0.6",
"motion": "^10.15.5",
"next": "^13.4.4",
"next-auth": "^4.22.1",
"postcss-focus-visible": "^6.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"remark-emoji": "^3.1.1",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.36.1",
"@tailwindcss/typography": "^0.5.9",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6"
}
}