-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.61 KB
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
52
53
54
55
56
57
58
59
60
{
"name": "blog",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^10.4.13",
"contentlayer": "^0.2.9",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"globby": "^11.0.2",
"lodash": "^4.17.21",
"next": "^12.3.1",
"next-contentlayer": "^0.2.9",
"postcss": "^8.4.20",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-share": "^4.3.1",
"react-syntax-highlighter": "^15.4.3",
"react-typography": "^0.16.19",
"tailwindcss": "^3.2.4",
"typeface-merriweather": "^1.1.13",
"typeface-open-sans": "^1.1.13",
"typography": "^0.16.19",
"typography-theme-sutro": "^0.16.19"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.1.3",
"@next/eslint-plugin-next": "^13.1.0",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-standard": "^5.0.0",
"gray-matter": "^4.0.2",
"postcss-import": "^14.0.0",
"postcss-preset-env": "^6.7.0",
"react-markdown": "^5.0.3"
},
"resolutions": {
"postcss": "^8.4.20"
}
}