-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node ./lib/generate.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.1",
"@fontsource/poppins": "^4.5.0",
"@monaco-editor/react": "^4.2.2",
"algoliasearch": "^4.12.1",
"cookie": "^0.4.2",
"dotenv": "^16.0.0",
"feed": "^4.2.2",
"fontfaceobserver": "^2.1.0",
"gray-matter": "^4.0.3",
"nanoid": "^3.1.25",
"next": "14.0.4",
"next-mdx-remote": "^3.0.4",
"prettier": "^2.3.2",
"prism-react-renderer": "^1.2.1",
"pug": "^3.0.2",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"sass": "^1.42.0",
"slugify": "^1.6.0",
"styled-components": "6.1.6"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0"
}
}