-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1022 Bytes
/
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
{
"name": "blog-starter",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint './pages/**' './src/**'",
"lint-bkp": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"babel-plugin-prismjs": "^2.1.0",
"critters": "0.0.7",
"date-fns": "2.16.1",
"datocms-structured-text-utils": "^2.0.1",
"install": "^0.13.0",
"next": "^13.0.6",
"npm": "^7.20.6",
"prismjs": "^1.26.0",
"react": "^18.2.0",
"react-datocms": "^3.0.11",
"react-dom": "^18.2.0",
"styled-components": "^5.3.0",
"url-meta-scraper": "^1.0.3"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
"cheerio": "^1.0.0-rc.12",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^13.0.6",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"license": "MIT"
}