-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "openbeta-landing-page",
"description": "OpenBeta project",
"version": "1.0.0",
"author": "@openbetahq",
"dependencies": {
"@fontsource/open-sans": "^4.5.0",
"@tailwindcss/typography": "^0.5.2",
"@tippyjs/react": "^4.2.5",
"gatsby": "^3.12.0",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-page-creator": "^3.13.0",
"gatsby-plugin-postcss": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^5.10.0",
"gatsby-remark-twitter-cards": "^0.6.1",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-transformer-sharp": "^3.10.0",
"path": "^0.12.7",
"postcss-import": "^14.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "6.1.0",
"slugify": "^1.6.0",
"validate.js": "^0.13.1"
},
"keywords": [
"rock climbing",
"open data"
],
"license": "CC-BY-4.0",
"scripts": {
"analyze": "eslint --ext .jsx --ext .js .",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@tailwindcss/forms": "^0.5.2",
"autoprefixer": "^10.2.6",
"babel-preset-gatsby": "^1.7.1",
"cssnano": "^5.0.6",
"eslint": "^7.27.0",
"postcss": "^8.3.5",
"prettier": "^2.3.1",
"tailwindcss": "^3.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenBeta/open-tacos"
},
"bugs": {
"url": "https://github.com/OpenBeta/open-tacos/issues"
}
}