-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 937 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 937 Bytes
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
{
"name": "react-router-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"docs": "next",
"docs:build": "next build",
"preview": "vite",
"preview:build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@unocss/postcss": "^0.58.8",
"@unocss/transformer-directives": "^0.58.8",
"@vitejs/plugin-react": "^4.2.1",
"unocss": "^0.58.8",
"vite": "^5.2.2"
}
}