-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 Bytes
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
{
"name": "gh-blog",
"version": "0.1.0",
"author": "gitgitWi",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.0",
"next": "12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.38.0"
},
"devDependencies": {
"@types/node": "^16.6.1",
"@types/react": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"typed-scss-modules": "^4.1.1",
"typescript": "^4.3.5"
}
}