-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.3 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
{
"name": "oioannou",
"description": "Orestis Ioannou personal website",
"version": "1.0.0",
"author": "Orestis Ioannou <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"dotenv": "^8.2.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"gatsby": "^2.19.5",
"gatsby-image": "^2.2.39",
"gatsby-plugin-catch-links": "^2.0.12",
"gatsby-plugin-feed": "^2.0.14",
"gatsby-plugin-google-analytics": "^2.0.16",
"gatsby-plugin-manifest": "^2.0.22",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.0.8",
"gatsby-plugin-scroll-indicator": "^0.1.4",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-styled-components": "^3.1.18",
"gatsby-plugin-typescript": "^2.0.10",
"gatsby-remark-autolink-headers": "^2.0.15",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-source-graphql": "^2.0.11",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.13",
"grommet": "^2.5.5",
"grommet-icons": "^4.2.0",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-icons": "^3.4.0",
"rehype-react": "^4.0.1",
"styled-components": "^5.0.0",
"typeface-montserrat": "^0.0.75"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
"lint": "tslint 'src/**/*.{ts,tsx}' -p tsconfig.json",
"test": "npm run type-check && npm run lint",
"type-check": "tsc"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/node": "^13.5.0",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"@types/styled-components": "^4.1.11",
"prettier": "^1.16.4",
"tslint": "^6.0.0",
"tslint-config-blvd": "^1.2.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.0",
"tslint-react": "^4.2.0",
"typescript": "^3.3.3333"
},
"repository": {
"type": "git"
}
}