-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
{
"name": "gatsby-starter-lander",
"author": "Hunter Chang",
"repository": "https://github.com/codebushi/gatsby-starter-lander",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"precommit": "yarn run lint && git add .",
"format": "prettier '**/*.{js,ts,jsx,tsx}' --write",
"lint": "eslint . --ext js,jsx",
"develop": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"animate.css": "^3.7.2",
"bootstrap": "^4.4.1",
"gatsby": "^2.18.18",
"gatsby-theme-codebushi": "1.0.0",
"google-maps-react": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-app-polyfill": "^1.0.5",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-icons": "^3.8.0",
"react-mailchimp-subscribe": "^2.1.0",
"react-meta-tags": "^0.7.4",
"react-modal-video": "^1.2.3",
"react-scripts": "3.2.0",
"react-scroll": "^1.7.15"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"prettier": "^1.19.1"
}
}