-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
{
"name": "pbiglete",
"private": true,
"description": "Personal Website / Portfolio",
"version": "0.1.0",
"author": "Paul Jerrold Biglete <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/free-brands-svg-icons": "*",
"@fortawesome/free-solid-svg-icons": "*",
"@fortawesome/react-fontawesome": "*",
"bootstrap": "*",
"gatsby": "^2.0.0",
"gatsby-image": "*",
"gatsby-plugin-favicon": "*",
"gatsby-plugin-manifest": "*",
"gatsby-plugin-offline": "^3.2.26",
"gatsby-plugin-react-helmet": "*",
"gatsby-plugin-sass": "*",
"gatsby-plugin-sharp": "*",
"gatsby-plugin-typography": "*",
"gatsby-remark-images": "*",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "*",
"gatsby-transformer-remark": "*",
"gatsby-transformer-sharp": "*",
"node-sass": "*",
"prop-types": "*",
"react": "*",
"react-dom": "*",
"react-helmet": "^6.1.0",
"react-typography": "*",
"reactstrap": "*",
"typography": "*",
"typography-theme-bootstrap": "*",
"typography-theme-fairy-gates": "*"
},
"devDependencies": {
"gh-pages": "*",
"prettier": "*"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r [email protected]:pbiglete/pbiglete.git",
"update:packages": "node wipe-dependencies.js && rm -rf node_modules && npm update --save-dev && npm update --save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pbiglete/pbiglete.git"
},
"bugs": {
"url": "https://github.com/pbiglete/pbiglete/issues"
},
"homepage": "https://pbiglete.dev/"
}