-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.23 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
{
"license": "MIT",
"version": "1.0.0",
"name": "weirdpattern.com",
"description": "Isn't it weird?",
"author": "Patricio Trevino <patricio@weirdpattern.com>",
"dependencies": {
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"elasticlunr": "^0.9.5",
"font-awesome": "^4.7.0",
"lodash": "^4.17.15",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.4.2",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"copyfiles": "^2.3.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"gatsby": "^2.23.11",
"gatsby-image": "^2.4.9",
"gatsby-plugin-catch-links": "^2.3.7",
"gatsby-plugin-lodash": "^3.3.6",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-netlify": "^2.3.7",
"gatsby-plugin-nprogress": "^2.3.6",
"gatsby-plugin-offline": "^3.2.13",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-sass": "^2.3.6",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-sitemap": "^2.4.7",
"gatsby-plugin-twitter": "^2.3.6",
"gatsby-remark-copy-linked-files": "^2.3.7",
"gatsby-remark-embed-gist": "^1.2.0",
"gatsby-remark-images": "^3.3.13",
"gatsby-remark-responsive-iframe": "^2.4.7",
"gatsby-source-filesystem": "^2.3.14",
"gatsby-transformer-json": "^2.4.7",
"gatsby-transformer-remark": "^2.8.19",
"gatsby-transformer-sharp": "^2.5.7",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
},
"resolutions": {
"minipass": "2.7.0"
},
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"lint": "eslint --ext .ts,.tsx src/",
"format": "prettier --parser typescript --write \"src/**/*.ts*\""
}
}