-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 917 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 917 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
34
35
36
37
38
{
"name": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"bluesky-profile-feed-embed": "^1.0.3",
"feather-icons": "^4.28.0",
"gray-matter": "^4.0.3",
"leaflet": "^1.7.1",
"marked": "^4.2.4",
"moment": "^2.29.1",
"next": "12.1.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-katex": "^3.0.0",
"react-leaflet": "^3.2.2",
"react-markdown": "^6.0.3",
"react-twitter-embed": "^4.0.4",
"rehype": "^12.0.0",
"rehype-katex": "^5.0.0",
"rehype-prism": "^1.0.0",
"rehype-raw": "^5.1.0",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^3.1.4"
}
}