-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"name": "self-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:eslint": "yarn eslint ./ --ext ts,tsx",
"editorconfig": "editorconfig-checker"
},
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"formik": "^2.2.6",
"github-markdown-css": "^4.0.0",
"next": "10.2.0",
"nextjs-progressbar": "^0.0.9",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-dom": "17.0.2",
"react-markdown": "^6.0.2",
"react-select": "^4.3.1",
"sass": "^1.32.12",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-alert": "^5.2.0",
"@types/react-select": "^4.0.15",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"editorconfig-checker": "^4.0.2",
"eslint": "^7.25.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.24.0",
"redux-devtools-extension": "^2.13.9",
"typescript": "^4.2.4"
}
}