-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.22 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
69
70
71
72
73
74
75
76
77
78
{
"name": "wetainment",
"description": "my private blog and portfolio page",
"version": "2.2.0",
"author": "Christoph Benjamin Weber",
"keywords": [
"JavaScript"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.0.77",
"gatsby-plugin-catch-links": "^2.0.9",
"gatsby-plugin-manifest": "^2.0.12",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-remark-copy-linked-files": "^2.0.8",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-prismjs": "^3.1.4",
"gatsby-remark-responsive-iframe": "^2.0.8",
"gatsby-remark-smartypants": "^2.0.7",
"gatsby-remark-social-cards": "^0.4.1",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-transformer-remark": "^2.1.17",
"gatsby-transformer-sharp": "^2.1.9",
"gitcomment": "^0.8.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.15.0",
"prop-types": "^15.6.0",
"query-string": "^6.2.0",
"react": "^16.7.0",
"react-cookie-banner": "^4.0.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.2.2",
"styled-components": "^4.1.3",
"typeface-roboto": "0.0.54"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"babel-jest": "^24.3.1",
"babel-preset-gatsby": "^0.1.8",
"cypress": "^3.1.5",
"cypress-testing-library": "^2.3.6",
"eslint": "^5.15.1",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-jest": "^22.3.0",
"husky": "^1.3.1",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^1.1.1",
"jest": "^24.3.1",
"jest-in-case": "^1.0.2",
"lint-staged": "^8.1.5",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"react-testing-library": "^6.0.0",
"start-server-and-test": "^1.7.11"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"_husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}