-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
53
54
55
56
{
"name": "ryan-j-wessel-dot-com",
"version": "2.0.2",
"description": "",
"author": "Ryan J. Wessel <ryan@wesselstudios.com",
"license": "MIT",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"lint-staged": {
"src/**/*.{js,json,md}": [
"eslint --fix",
"prettier --check --write"
]
},
"dependencies": {
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"isomorphic-unfetch": "^3.0.0",
"next": "^12.1.0",
"raw-loader": "^4.0.0",
"react": "^17",
"react-dom": "^17",
"react-markdown": "^5",
"react-player": "^2.5.0",
"react-syntax-highlighter": "^15",
"styled-jsx": "^3.3.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"remark-cli": "^9.0.0",
"remark-frontmatter": "^3.0.0",
"remark-preset-lint-consistent": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanjwessel/ryanjwessel.com.git"
},
"bugs": {
"url": "https://github.com/ryanjwessel/ryanjwessel.com/issues"
},
"homepage": "https://github.com/ryanjwessel/ryanjwessel.com#readme",
"keywords": []
}