forked from Tazhys/ntts-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 828 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": "ntts-site",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"debug": "NODE_OPTIONS='--inspect' next",
"start": "next start",
"build": "next build"
},
"author": "n3rd3x3",
"license": "Apache-2.0",
"dependencies": {
"focus-visible": "^5.2.0",
"intersection-observer": "^0.12.2",
"next": "^13.5.4",
"next-plausible": "^3.11.1",
"nextra": "^2.13.1",
"nextra-theme-docs": "^2.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"zod": "^3.22.3"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict"
}
}