-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "stylus-by-example",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@mdx-js/loader": "3.0.0",
"@mdx-js/react": "3.0.0",
"@next/mdx": "14.0.4",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-slot": "1.0.2",
"@shadow-panda/style-context": "0.7.1",
"@types/mdx": "2.0.10",
"lucide-react": "0.294.0",
"next": "14.0.3",
"next-themes": "0.2.1",
"posthog-js": "^1.157.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "15.5.0"
},
"devDependencies": {
"@offchainlabs/prettier-config": "0.2.1",
"@pandacss/dev": "0.22.0",
"@shadow-panda/preset": "0.7.1",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/react-syntax-highlighter": "15.5.11",
"prettier": "^2.8.3",
"typescript": "5.3.3"
},
"browserslist": [
">0.3%",
"not dead",
"not op_mini all"
]
}