-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.19 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.19 KB
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
{
"name": "tresko-website",
"description": "My website",
"version": "1.0.0",
"author": "sedej.miha@gmail.com",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.13.3",
"change-case": "^4.1.2",
"gatsby": "^5.15.0",
"gatsby-plugin-catch-links": "^5.15.0",
"gatsby-plugin-google-analytics": "^5.15.0",
"gatsby-plugin-lodash": "^6.15.0",
"gatsby-plugin-manifest": "^5.15.0",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.15.0",
"gatsby-plugin-react-helmet": "^6.15.0",
"gatsby-plugin-sharp": "^5.15.0",
"gatsby-plugin-sitemap": "^6.15.0",
"gatsby-plugin-styled-components": "^6.15.0",
"gatsby-remark-autolink-headers": "^6.15.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.15.0",
"gatsby-source-filesystem": "^5.15.0",
"lodash": "^4.17.21",
"mdx-utils": "^0.2.0",
"polished": "^3.7.2",
"prism-react-renderer": "^1.3.5",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-live": "^2.4.1",
"styled-components": "^5.3.6",
"typeface-bitter": "^0.0.71",
"typeface-open-sans": "^0.0.75"
},
"keywords": [],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -o",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:fix": "eslint . --ext .js,.jsx --fix --ignore-path .gitignore",
"lint:ci": "yarn lint --format junit -o results/eslint/result.xml",
"format": "prettier --parser mdx --write \"blog/**/**/*.mdx\""
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
}
}