-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 KB
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
{
"name": "github-tutorial-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mdx-js/react": "^3.0.0",
"@stripe/stripe-js": "^2.1.7",
"@tanstack/react-query": "^4.36.1",
"@uiw/react-markdown-preview": "^5.0.3",
"@uiw/react-md-editor": "^4.0.1",
"firebase": "^9.23.0",
"firebase-admin": "^11.11.0",
"firebase-tools": "^12.7.0",
"next": "13.4.19",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-prism-plus": "^2.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"stripe": "^13.9.0",
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@next/bundle-analyzer": "^13.5.4",
"@types/node": "^20.8.4",
"@types/prismjs": "^1.26.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"eslint": "^8.51.0",
"eslint-config-next": "13.4.19",
"postcss": "^8.4.31",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}