forked from iammatthias/com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "iam-v2",
"description": "VERSION 2",
"version": "0.3.0",
"repository": "https://github.com/iammatthias/net/tree/v2",
"author": "Matthias Jordan <[email protected]>",
"dependencies": {
"babel-plugin-emotion": "^9.2.10",
"babel-plugin-styled-components": "^1.5.1",
"chalk": "^2.4.1",
"compass-vertical-rhythm": "^1.4.5",
"contentful-import": "^7.2.0",
"emotion": "^9.2.10",
"emotion-server": "^9.2.10",
"emotion-theming": "^9.2.9",
"gatsby": "^2.0.0-rc.13",
"gatsby-image": "^2.0.0-rc.4",
"gatsby-plugin-canonical-urls": "^2.0.0-rc.2",
"gatsby-plugin-catch-links": "^2.0.2",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-feed": "2.0.9",
"gatsby-plugin-google-analytics": "^2.0.0-rc.2",
"gatsby-plugin-manifest": "2.0.7",
"gatsby-plugin-netlify": "^2.0.0-rc.2",
"gatsby-plugin-nprogress": "2.0.6",
"gatsby-plugin-offline": "^2.0.0-rc.4",
"gatsby-plugin-react-helmet": "3.0.1",
"gatsby-plugin-sitemap": "^2.0.0-rc.2",
"gatsby-plugin-styled-components": "^3.0.0-rc.5",
"gatsby-plugin-typography": "2.2.1",
"gatsby-remark-images-contentful": "^2.0.0-rc.6",
"gatsby-remark-prismjs": "3.0.3",
"gatsby-source-contentful": "^2.0.1-rc.4",
"gatsby-source-filesystem": "^2.0.1-rc.2",
"gatsby-transformer-remark": "^2.1.1-rc.5",
"history": "^4.7.2",
"inquirer": "^6.2.0",
"lodash": "^4.17.10",
"path": "^0.12.7",
"prismjs": "^1.15.0",
"react": "^16.4.2",
"react-burger-menu": "^2.5.2",
"react-dom": "^16.4.2",
"react-emotion": "^9.2.10",
"react-headroom": "^2.2.2",
"react-helmet": "^5.2.0",
"react-images": "^0.5.19",
"react-ionicons": "^2.1.6",
"react-masonry-css": "^1.0.11",
"react-masonry-responsive": "^2.1.1",
"react-resize-detector": "^3.1.2",
"react-responsive-masonry": "^2.0.0",
"react-transition-group": "^2.4.0",
"react-typography": "^0.16.13",
"typography": "^0.16.17",
"typography-breakpoint-constants": "^0.15.10",
"whatwg-fetch": "^2.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby info && gatsby build",
"develop": "gatsby develop",
"test": "npm run lint:css && npm run lint:js && npm run check-pretty",
"setup": "node ./bin/setup.js",
"dev": "gatsby develop",
"lint:js": "eslint --ext .js,.jsx .",
"lint:css": "stylelint 'src/**/*.js'",
"check-pretty": "prettier -l {,src/**/}*.{js,jsx,json,css,scss}",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-gatsby-standard": "^2.1.0",
"prettier": "^1.14.2",
"stylelint": "9.7.1",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.2"
}
}