forked from vercel/swr-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 857 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
{
"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": {
"@reach/skip-nav": "^0.16.0",
"focus-visible": "^5.1.0",
"intersection-observer": "^0.10.0",
"markdown-to-jsx": "^6.11.4",
"next": "^12.1.0",
"nextra": "^2.0.0-alpha.50",
"nextra-theme-docs": "^2.0.0-alpha.53",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.26.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.16"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict"
}
}