-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "blog-starter-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"classnames": "2.2.6",
"date-fns": "2.10.0",
"gray-matter": "4.0.2",
"next": "latest",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rehype-autolink-headings": "^4.0.0",
"rehype-document": "^5.1.0",
"rehype-format": "^3.1.0",
"rehype-raw": "^4.0.2",
"rehype-slug": "^3.0.0",
"rehype-stringify": "^8.0.0",
"remark": "11.0.2",
"remark-emoji": "^2.1.0",
"remark-external-links": "^7.0.0",
"remark-html": "10.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^7.0.0",
"typescript": "^3.9.2"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.0"
},
"license": "MIT"
}