forked from vercel/swr-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 807 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
{
"name": "swr-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"debug": "NODE_OPTIONS='--inspect' next",
"start": "next start",
"build": "next build"
},
"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",
"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"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict"
}
}