-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.75 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
{
"name": "vitordino.com",
"version": "0.0.1",
"author": "vitordino",
"scripts": {
"build": "gatsby build",
"develop": "ENABLE_GATSBY_REFRESH_ENDPOINT=1 gatsby develop -H 0.0.0.0",
"dev": "npm run develop",
"fetch": "curl -X POST http://localhost:8000/__refresh",
"serve": "gatsby serve",
"start": "npm run develop",
"format": "prettier --write 'src/**/*.{js,md,json,yml,svg}' './gatsby-*.js' 'gatsby/**/*.{js,md,json,yml,svg}' content/**/*.{js,md,json,yml,svg}",
"lint": "eslint --ignore-path .gitignore src gatsby content './gatsby-*.js'"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@mdx-js/tag": "^0.20.3",
"@reach/router": "^1.3.3",
"etymos": "^0.0.2",
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-feed": "^2.5.19",
"gatsby-plugin-mdx": "^1.0.53",
"gatsby-remark-images": "^3.2.1",
"intersection-observer": "^0.7.0",
"polished": "^3.4.1",
"prism-react-renderer": "^1.0.2",
"query-string": "^6.11.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.26.1",
"react-textarea-autosize": "^7.1.2",
"react-use": "^12.7.1",
"styled-components": "^5.0.0-beta.9",
"typeface-ibm-plex-mono": "^0.0.61",
"wipe.css": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/core": "^8.2.0",
"babel-eslint": "10.x",
"babel-plugin-styled-components": "^1.10.0",
"babel-preset-gatsby": "^0.2.17",
"commitlint-config-gitmoji": "^1.0.1",
"dotenv": "^8.1.0",
"eslint": "6.x",
"eslint-config-prettier": "^6.3.0",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "^3.0.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.x",
"eslint-plugin-jsx-a11y": "^6.x",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.x",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-netlify": "^2.1.22",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-json": "^2.2.15",
"gatsby-transformer-sharp": "^2.2.20",
"husky": "^3.0.8",
"identity-obj-proxy": "^3.0.0",
"lint-staged": "^9.4.1",
"prettier": "https://github.com/vitordino/prettier#master",
"react-test-renderer": "^16.10.2",
"webpack": "^4.41.0"
}
}