-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
89 lines (89 loc) · 2.83 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gatsby-startbootstrap-agency",
"description": "gatsby version of startbootstrap-agency with i18n support",
"version": "0.1.0",
"author": "thundermiracle",
"bugs": {
"url": "https://github.com/thundermiracle/gatsby-startbootstrap-agency/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.2.3",
"clsx": "^1.2.1",
"eslint-webpack-plugin": "^4.0.1",
"gatsby": "^4.25.5",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^4.25.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sass": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-remark-images": "^6.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.25.0",
"node-sass": "^6.0.1",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-scroll": "^1.8.9",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"babel-plugin-import": "^1.13.6",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-gatsby": "^2.25.0",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.9.0",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-eslint": "^4.0.3",
"prettier": "^3.0.0"
},
"homepage": "https://thundermiracle.github.io/gatsby-startbootstrap-agency",
"keywords": [
"gatsby",
"gatsbyjs",
"landing page",
"landing",
"i18n",
"eslint",
"bootstrap",
"startbootstrap-agency"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/thundermiracle/gatsby-startbootstrap-agency.git"
},
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"serve": "gatsby serve",
"eslint": "eslint ./src",
"test": "cross-env NODE_ENV=test yarn run eslint",
"testbuild": "yarn test && yarn build"
}
}