-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
51 lines (51 loc) · 1.44 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
46
47
48
49
50
51
{
"name": "norfolk-developers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"start": "next start",
"build:rss": "npx tsc --project tsconfig.rss.json && node ./built/src/rss/build-rss.js",
"build": "next build",
"export": "next export",
"precommit": "npm run prettier",
"format": " prettier \"**/*.+(js|jsx|ts|tsx|json)\" --write --ignore-path .gitignore"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"contentlayer": "^0.2.8",
"date-fns": "^2.15.0",
"excerpt-html": "^1.2.2",
"isomorphic-unfetch": "^3.0.0",
"next": "^12.3.1",
"next-contentlayer": "^0.2.8",
"next-seo": "^4.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark-gfm": "^3.0.1",
"remove-markdown": "^0.5.0",
"swr": "^0.2.3",
"tailwindcss": "^3.1.8",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@types/mdx-js__react": "^1.5.2",
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"@types/rss": "0.0.28",
"gray-matter": "^4.0.2",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"prettier": "^2.0.5",
"rss": "^1.2.2",
"sass": "^1.26.10",
"stringify-object": "^3.3.0",
"typescript": "^4.3.2"
}
}