forked from BartoszJarocki/jarocki.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "blog-starter-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"@tailwindcss/typography": "^0.2.0",
"chrome-aws-lambda": "^5.2.1",
"classnames": "2.2.6",
"date-fns": "2.10.0",
"fathom-client": "^3.0.0",
"gray-matter": "4.0.2",
"mdx-prism": "^0.3.1",
"next": "10.0.7",
"next-mdx-remote": "2.1.3",
"nprogress": "^0.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.1",
"puppeteer-core": "^5.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rehype": "^11.0.0",
"remark-external-links": "^8.0.0",
"typescript": "4.1.5"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.2.4",
"globby": "^11.0.1",
"next-seo": "^4.9.0",
"postcss": "^8.2.6",
"reading-time": "^1.2.0",
"tailwindcss": "^2.0.3"
},
"license": "MIT"
}