-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.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
{
"name": "landing-page",
"description": "The landing page for WaffleHacks",
"version": "3.0.25",
"dependencies": {
"@directus/gatsby-source-directus": "9.0.0-rc.85",
"@headlessui/react": "^1.1.1",
"@reach/router": "^1.3.4",
"autoprefixer": "^10.2.4",
"gatsby": "2.32.3",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "2.12.0",
"gatsby-plugin-offline": "3.10.0",
"gatsby-plugin-postcss": "3.7.0",
"gatsby-plugin-purgecss": "5.0.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"luxon": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0"
},
"license": "MIT",
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,css,md,json}'",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,css,md,json}'",
"fix": "npm run fix:lint && npm run fix:prettier",
"start": "npm run develop",
"serve": "gatsby serve"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.19.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.2.1",
"tailwindcss": "2.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/WaffleHacks/landing-page"
}
}