-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "reactathon-2020",
"description": "Reactathon 2020",
"version": "2.0.2.0",
"author": "Campbellb <[email protected]>",
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"autoprefixer": "^10.4.2",
"classnames": "^2.2.5",
"gatsby": "^3.0.0",
"gatsby-cli": "^3.0.0",
"gatsby-link": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-netlify": "^3.0.0",
"gatsby-plugin-postcss": "4.14.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-json": "^3.0.0",
"history": "^4.10.1",
"lodash": "^4.17.15",
"postcss": "^8.4.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-responsive": "^8.0.1",
"react-reveal": "1.2.2",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.7.15"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint src/**",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.10.1"
}
}