-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
57
{
"name": "jnf.dev",
"private": true,
"description": "static generator for jnf.dev",
"version": "0.0.0",
"author": "jnf <hi@jnf.dev>",
"dependencies": {
"@mdx-js/react": "^2.0.0",
"gatsby": "^5.13.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.1",
"sass": "^1.49.9"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"lint-staged": "^12.3.7"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
},
"keywords": [],
"license": "see LICENSE file",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean; gatsby develop",
"lint": "npx eslint src/",
"lint-fix": "npx eslint --fix src/",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo ☹️"
},
"repository": {
"type": "git",
"url": "https://github.com/jnf/jnf.dev"
},
"bugs": {
"url": "https://github.com/jnf/jnf.dev/issues"
}
}