-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 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
46
47
48
49
50
51
52
{
"name": "next-md-blog-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint-code": "eslint . --fix '**/*.{js,jsx}'",
"lint-styles": "stylelint **/*.scss --fix",
"format-all": "prettier write ."
},
"dependencies": {
"deployment-badge": "^1.1.0",
"eslint-plugin-react": "^7.20.6",
"fs": "^0.0.1-security",
"fuzzy-search": "^3.2.1",
"gray-matter": "^4.0.2",
"next": "10.0.6",
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-lazyload": "^3.2.0",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^15.4.3",
"sass": "^1.26.10",
"swr": "^0.3.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.0.5",
"stylelint": "^13.10.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
}