-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
50
51
52
{
"name": "depin-dd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-traced": "NODE_OPTIONS='--trace-warnings' next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 3002",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@docsearch/react": "3.2.1",
"@headlessui/react": "1.7.8",
"@heroicons/react": "2.0.16",
"@markdoc/markdoc": "0.2.2",
"@markdoc/next.js": "0.2.2",
"@sindresorhus/slugify": "2.1.0",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.7",
"@types/color": "3.0.3",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "0.1.11",
"autoprefixer": "10.4.12",
"clsx": "1.2.1",
"color": "4.2.3",
"focus-visible": "5.2.0",
"glob": "9.3.0",
"gray-matter": "4.0.3",
"next": "13.2.4",
"next-sitemap": "4.0.6",
"postcss": "8.4.21",
"postcss-focus-visible": "8.0.2",
"postcss-import": "15.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-table": "7.8.0",
"tailwindcss": "3.2.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/react-table": "7.7.14",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.2.4"
}
}