-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 Bytes
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
{
"private": true,
"scripts": {
"dev": "next",
"preinstall": "npx only-allow pnpm",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmicjs/sdk": "^1.0.5",
"@fontsource/public-sans": "^4.5.8",
"date-fns": "2.28.0",
"isomorphic-dompurify": "^1.7.0",
"next": "^13.4.8",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"sharp": "^0.30.6",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "10.4.2",
"eslint": "8.14.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "^8.5.0",
"postcss": "8.4.5",
"prettier": "2.6.2",
"tailwindcss": "^3.3.2"
}
}