-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.17 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
{
"name": "leander.xyz",
"author": "Leander Rodrigues <me@leander.xyz> (https://leander.xyz)",
"bugs": "https://github.com/leeandher/leander.xyz/issues",
"homepage": "http://leander.xyz",
"version": "2.0.1",
"license": "MIT",
"description": "A revamped personal site",
"repository": "github:leeandher/leander.xyz",
"resolutions": {
"graphql": "14.6.0"
},
"scripts": {
"dev": "gatsby develop -p 1027",
"start": "npm run dev",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "eslint src/**/*.js",
"lint:check": "eslint --print-config . | eslint-config-prettier-check",
"lint:fix": "eslint src/**/*.js --fix"
},
"dependencies": {
"@reach/router": "^1.2.1",
"gatsby": "^2.24.52",
"gatsby-image": "^2.2.4",
"gatsby-plugin-netlify-cms": "^3.0.18",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.8",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-transition-link": "^1.12.2",
"gatsby-remark-prismjs": "^3.2.8",
"gatsby-source-filesystem": "^2.0.26",
"gatsby-transformer-remark": "^2.1.17",
"graphql": "^14.1.1",
"lodash": "^4.17.19",
"marked": "^0.7.0",
"netlify-cms": "^2.9.1",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-icons": "^3.5.0",
"react-konami": "^0.6.2",
"react-particles-js": "^2.4.2",
"react-spring": "^8.0.15",
"react-typist": "^2.0.5",
"react-with-gesture": "^4.0.8",
"slugify": "^1.3.4",
"styled-components": "^4.1.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.4",
"react-error-overlay": "^5.1.4"
}
}