-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "blog-starter",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.27.0",
"feed": "^4.2.2",
"gray-matter": "4.0.3",
"next": "12.1.6",
"next-themes": "^0.2.0",
"react": "^17.0.2",
"react-cookie-consent": "^7.0.1",
"react-dom": "^17.0.2",
"react-toggle-dark-mode": "^1.0.4",
"remark": "13.0.0",
"remark-html": "13.0.1",
"remark-prism": "^1.3.6",
"superjson": "^1.8.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"autoprefixer": "^10.4.0",
"babel-plugin-superjson-next": "^0.4.2",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"polished": "^4.1.3",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.3"
},
"license": "MIT"
}