-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "gatsby-starter-lander",
"author": "Hunter Chang",
"repository": "https://github.com/codebushi/gatsby-starter-lander",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b master -r https://$GITHUB_TOKEN@github.com/athenagame/athenagame.github.io.git"
},
"dependencies": {
"@material-ui/lab": "^4.0.0-alpha.53",
"classnames": "^2.2.6",
"gatsby": "^2.18.18",
"gatsby-plugin-jss": "^2.3.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-theme-codebushi": "1.0.0",
"react": "^16.12.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-jss": "^10.1.1",
"react-timer-hook": "^2.0.2",
"tailwindcss-dir": "^4.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
}
}