-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.71 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
{
"name": "kb1rd-net",
"private": true,
"author": "Nathan Pennie <kb1rd@kb1rd.net> [@kb1rd:kb1rd.net]",
"license": "GPL-3.0-or-later",
"dependencies": {
"gatsby": "2.29.2",
"gatsby-plugin-manifest": "2.8.0",
"gatsby-plugin-offline": "3.7.1",
"gatsby-plugin-postcss": "3.3.0",
"gatsby-plugin-react-helmet": "3.7.0",
"gatsby-plugin-sharp": "2.10.1",
"gatsby-transformer-sharp": "^2.9.0",
"graphql": "^15.4.0",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0"
},
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,css,md,json}'",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,css,md,json}'",
"fix": "npm run fix:lint && npm run fix:prettier",
"start": "npm run develop",
"serve": "gatsby serve",
"disable-telemetry": "gatsby telemetry --disable"
},
"devDependencies": {
"@tailwindcss/forms": "0.2.1",
"autoprefixer": "10.1.0",
"babel-eslint": "10.1.0",
"cssnano": "4.1.10",
"eslint": "7.16.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.21.5",
"gatsby-background-image-es5": "^1.3.1",
"gatsby-image": "^2.8.0",
"gatsby-plugin-eslint": "2.0.8",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-remark": "^2.13.1",
"html-react-parser": "^1.1.1",
"postcss": "8.2.1",
"prettier": "2.2.1",
"tailwindcss": "2.0.2"
}
}