-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.86 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
66
67
68
{
"name": "bruderland",
"description": "Eigensinn im Bruderland - Dokumentation",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"classnames": "^2.3.1",
"dotenv": "^8.6.0",
"fs-extra": "^9.1.0",
"gatsby": "^2.32.13",
"gatsby-link": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-preact": "^4.7.0",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-styled-jsx": "^3.10.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-wordpress": "^3.11.0",
"http-proxy-middleware": "^1.3.1",
"netlify-lambda": "^1.6.3",
"node-fetch": "^2.6.5",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.14.3",
"react-slick": "^0.26.1",
"slick-carousel": "^1.8.1",
"styled-jsx": "^3.4.7",
"tinycolor2": "^1.4.2",
"universal-analytics": "^0.4.23",
"vimeo": "^2.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.26.0",
"gatsby-image": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-transformer-sharp": "^2.12.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.4.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": [
"npm run lint"
]
}
}