-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.82 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": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"bootstrap": "^4.4.1",
"clsx": "^1.1.0",
"gatsby": "^2.20.22",
"gatsby-image": "^2.3.2",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.2",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-remark-images": "^3.0.10",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.6.34",
"gatsby-transformer-sharp": "^2.4.4",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"ramda": "^0.27.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-scroll": "^1.7.16",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-gatsby": "^0.3.1",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^2.0.4"
},
"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"
}
}