-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.49 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
{
"name": "naffiq-com",
"description": "Personal website built with Gatsby, React and TypeScript",
"version": "3.0.0",
"author": "Galymzhan Abdugalimov <abdu.galymzhan@gmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.2.0",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-feed": "^2.12.0",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-plugin-typescript": "^2.0.7",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.11",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"styled-components": "^4.1.3"
},
"keywords": [
"gatsby, typescript",
"naffiq"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "rm -rf public/* && gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^8.0.7",
"@types/react": "^16.8.1",
"@types/react-dom": "^16.8.0",
"@types/react-helmet": "^5.0.8",
"@types/styled-components": "^4.1.8",
"gh-pages": "^2.0.1",
"prettier": "^1.8.2"
},
"contributors": [
"fabien0102 <fabien0102@gmail.com>",
"Hays Clark <hays.clark@gmail.com>"
]
}