-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
67 lines (67 loc) · 2.33 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
64
65
66
67
{
"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.1.4",
"gatsby": "5.14.0",
"gatsby-cli": "5.14.0",
"gatsby-plugin-catch-links": "5.14.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "6.14.0",
"gatsby-plugin-react-helmet": "6.14.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-plugin-sitemap": "6.14.0",
"gatsby-plugin-styled-components": "6.14.0",
"gatsby-plugin-twitter": "5.14.0",
"gatsby-remark-autolink-headers": "6.14.0",
"gatsby-remark-copy-images": "0.2.1",
"gatsby-remark-copy-linked-files": "6.14.0",
"gatsby-remark-emoji": "0.0.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "7.14.0",
"gatsby-remark-responsive-iframe": "6.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-remark": "6.14.0",
"gatsby-transformer-sharp": "5.14.0",
"polished": "4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-icons": "5.3.0",
"react-plx": "2.1.2",
"styled-components": "6.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.15.0",
"@types/react-helmet": "^6.1.11",
"eslint": "9.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"gh-pages": "^6.2.0",
"prettier": "3.4.1",
"prettier-eslint": "16.3.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": "^22"
}
}