-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 758 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"canvas": "^2.6.1",
"canvas-multiline-text": "^1.0.3",
"dayjs": "^1.8.27",
"gray-matter": "^4.0.2",
"next": "^9.4.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rehype-parse": "^6.0.2",
"rehype-react": "^5.0.1",
"remark-highlight.js": "^6.0.0",
"remark-html": "^11.0.2",
"remark-parse": "^8.0.2",
"remark-rehype": "^7.0.0",
"unified": "^9.0.0"
},
"devDependencies": {
"@types/node": "^14.0.1",
"@types/react": "^16.9.35",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.0",
"typescript": "^3.9.2"
}
}