generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
49
{
"name": "better-use-of-react",
"version": "0.0.1",
"description": "如何更好的使用 React",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binghuis/better-use-of-react.git"
},
"author": "binghuis <https://github.com/binghuis",
"license": "MIT",
"bugs": {
"url": "https://github.com/binghuis/better-use-of-react/issues"
},
"homepage": "https://github.com/binghuis/better-use-of-react#readme",
"dependencies": {
"@codesandbox/sandpack-react": "2.18.0",
"@vercel/speed-insights": "^1.0.12",
"framer-motion": "^11.3.2",
"next": "^14.2.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@types/node": "20.14.10",
"@types/spark-md5": "^3.0.4",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}