-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export",
"lint": "next lint",
"prepare": "husky install"
},
"lint-staged": {
"**/*.js": "prettier --write --ignore-unknown"
},
"dependencies": {
"@fontsource/poppins": "^4.5.2",
"commander": "^9.0.0",
"decap-cms-app": "3.1.0-beta.2",
"dotenv": "^16.0.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"journalize": "^2.5.1",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"node-fetch": "^2.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"showdown": "^2.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^8.5.0",
"frontmatter-markdown-loader": "^2.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"postcss": "^8.4.8",
"prettier": "2.5.1",
"tailwindcss": "^3.0.23"
}
}