-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "mobi-react-workshop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.10.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.3",
"@radix-ui/react-popover": "^1.0.7",
"@tabler/icons-react": "^2.41.0",
"@types/mdx": "^2.0.10",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-syntax-highlighter": "^15.5.10",
"autoprefixer": "10.4.16",
"next": "14.0.3",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-html-props": "^2.0.3",
"react-interval-hook": "^1.1.4",
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.5",
"typescript": "5.3.2"
},
"devDependencies": {
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-plugin-simple-import-sort": "^10.0.0"
}
}