-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "quinnkeast-website",
"version": "0.1.0",
"private": true,
"scripts": {
"fetch-mdx-files": "node fetch-mdx-files.mjs",
"dev": "npm run fetch-mdx-files && next dev",
"dev:localProjects": "LOCAL_PROJECTS=true next dev",
"build": "npm run fetch-mdx-files && next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.0.3",
"@headlessui/tailwindcss": "^0.2.0",
"@mapbox/rehype-prism": "^0.9.0",
"@remixicon/react": "^4.2.0",
"@tremor/react": "^3.16.2",
"chart.js": "^4.4.2",
"classnames": "^2.2.6",
"date-fns": "^2.19.0",
"dotenv": "^16.4.5",
"esbuild": "^0.14.14",
"eslint-config-next": "^13.0.7",
"fathom-client": "^3.6.0",
"gray-matter": "^4.0.2",
"install": "^0.13.0",
"iron-session": "^6.3.1",
"mdx-bundler": "^10.0.1",
"next": "^13.0.7",
"node-fetch": "^3.3.2",
"npm": "^10.7.0",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.3.0",
"rehype-highlight": "^7.0.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-prism": "^1.3.6",
"stream": "^0.0.2",
"styled-components": "^4.3.1",
"swr": "^2.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.0",
"postcss": "^8.4.38",
"prettier": "^2.8.1",
"tailwindcss": "^3.4.3"
}
}