-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
63 lines (63 loc) · 2.19 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
58
59
60
61
62
63
{
"name": "biffud.com",
"version": "2.0.0",
"main": "index.js",
"repository": "[email protected]:badideafactory/biffud.com.git",
"author": "Bad Idea Factory <[email protected]>",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"babel-plugin-styled-components": "2.0.2",
"gatsby": "4.4.0",
"gatsby-cli": "4.4.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-catch-links": "4.4.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-netlify-cache": "2.0.0",
"gatsby-plugin-offline": "5.4.0",
"gatsby-plugin-react-helmet": "5.4.0",
"gatsby-plugin-sharp": "4.4.0",
"gatsby-plugin-sitemap": "5.4.0",
"gatsby-plugin-styled-components": "5.4.0",
"gatsby-plugin-twitter": "4.4.0",
"gatsby-remark-autolink-headers": "5.4.0",
"gatsby-remark-copy-images": "0.2.1",
"gatsby-remark-copy-linked-files": "5.4.0",
"gatsby-remark-emoji": "0.0.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "6.4.0",
"gatsby-remark-responsive-iframe": "5.4.0",
"gatsby-source-filesystem": "4.4.0",
"gatsby-transformer-remark": "5.4.0",
"gatsby-transformer-sharp": "4.4.0",
"polished": "4.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-plx": "1.3.17",
"styled-components": "5.3.3"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"gh-pages": "^3.2.3",
"prettier": "2.5.1",
"prettier-eslint": "13.0.0"
},
"scripts": {
"clean": "rm -rf ./.docz && rm -rf ./.cache && rm -rf ./public && rm -rf ./node_modules && rm -f ./yarn.lock && rm -f ./yarn-error.log",
"clear": "rm -rf ./.docz && rm -rf ./.cache && rm -rf ./public",
"lan": "./node_modules/gatsby-cli/lib/index.js develop -o -H $HOSTNAME -p 8000",
"start": "./node_modules/gatsby-cli/lib/index.js develop",
"build": "./node_modules/gatsby-cli/lib/index.js build",
"deploy": "gatsby build && gh-pages -d public",
"test": "echo 'it works!'"
},
"engines": {
"node": "^16"
}
}