-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.63 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
57
58
{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "panda codegen",
"test": "playwright test",
"postinstall": "npx puppeteer browsers install chrome-headless-shell"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.5.5",
"@types/unist": "^3.0.3",
"@vercel/analytics": "^1.6.1",
"@xstate/react": "^6.0.0",
"@zodyac/zod-mongoose": "^1.1.2",
"framer-motion": "^12.29.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"lowlight": "^3.3.0",
"next-mdx-remote": "^5.0.0",
"prism-themes": "^1.9.0",
"react-inlinesvg": "^4.2.0",
"rehype-highlight": "^7.0.2",
"rehype-mdx-code-props": "^1.0.0",
"rehype-prism-plus": "^2.0.1",
"rehype-raw": "^7.0.0",
"unist": "^0.0.1",
"unist-util-visit": "^5.1.0",
"webpack": "^5.89.0",
"xstate": "^5.24.0"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^11.12.0",
"@pandacss/dev": "^1.6.1",
"@playwright/test": "1.54.1",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.8.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.51.0",
"eslint-config-next": "^14.1.4",
"next": "^14.2.1",
"npm-run-all": "^4.1.5",
"puppeteer": "^23.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "*"
}
}