-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.14 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
{
"name": "portfolio",
"private": true,
"description": "Joseph Sintum's Portfolio",
"version": "0.1.0",
"author": "@josephsintum",
"dependencies": {
"@styled-system/css": "^5.0.23",
"framer-motion": "^1.6.17",
"gatsby": "^2.13.64",
"gatsby-image": "^2.2.8",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1",
"styled-icons": "^9.0.1",
"styled-normalize": "^8.0.6",
"styled-system": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/react-helmet": "^5.0.8",
"@types/styled-components": "^5.0.0",
"@types/styled-system": "^5.1.2",
"@types/styled-system__css": "^5.0.4",
"babel-plugin-styled-components": "^1.10.0",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.11",
"gatsby-plugin-sitemap": "^2.2.1",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-typescript": "^2.0.11",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-sharp": "^2.2.6",
"gh-pages": "^2.1.1",
"prettier": "^1.18.2",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.8.2"
},
"keywords": [
"joseph sintum",
"josephsintum",
"portfolio",
"work",
"styled-system"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public -b master",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/josephsintum/josephsintum.github.io"
},
"bugs": {
"url": "https://github.com/josephsintum/josephsintum.github.io/issues"
}
}