forked from PSIget/SonUE-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 976 Bytes
/
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
{
"name": "swr-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next",
"start": "next start",
"build": "next build && next-sitemap",
"postbuild": "next-sitemap",
"export": "next export"
},
"author": "Shu Ding",
"license": "Apache-2.0",
"dependencies": {
"@vercel/analytics": "^0.1.11",
"focus-visible": "^5.2.0",
"intersection-observer": "^0.12.2",
"next": "^13.2.4",
"next-sitemap": "^4.1.3",
"nextra": "^2.4.2",
"nextra-theme-docs": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"sass": "^1.63.6"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-nesting": "^11.3.0",
"tailwindcss": "^3.2.7"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict"
}
}