-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "wealth-website",
"private": true,
"description": "Website for the Wealth library",
"version": "0.1.0",
"author": {
"name": "Amir Abdolrazaghi",
"email": "amir@flexverse.tech"
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.9",
"@material-ui/icons": "^3",
"acorn": "^6.1",
"acorn-walk": "^6.1",
"babel-plugin-styled-components": "^1.10",
"core-js": "^2.6.5",
"escodegen": "^1.11",
"extend": "^3",
"gatsby": "^2.4",
"gatsby-image": "^2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-react-helmet": "^3",
"gatsby-plugin-react-svg": "^2.1",
"gatsby-plugin-sharp": "^2",
"gatsby-plugin-styled-components": "^3",
"gatsby-remark-autolink-headers": "^2",
"gatsby-remark-prismjs": "^3.2",
"gatsby-source-filesystem": "^2",
"gatsby-transformer-remark": "^2.3",
"gatsby-transformer-sharp": "^2.1",
"prop-types": "^15.7",
"react": "^16.6",
"react-dom": "^16.6",
"react-helmet": "^5.2",
"react-syntax-highlighter": "^10.2",
"split-at": "^2.0.0",
"store": "^2",
"styled-components": "^4.2",
"typeface-roboto": "0.0.54"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"start": "yarn develop",
"format": "prettier --write \"src/**/*.js\"",
"publish:website": "gh-pages --dist public --repo https://amirmohsen:${GH_TOKEN}@github.com/amirmohsen/wealth"
},
"devDependencies": {
"gh-pages": "^2.1.1"
},
"repository": "https://github.com/amirmohsen/wealth-website",
"bugs": {
"url": "https://github.com/amirmohsen/wealth-website/issues"
},
"homepage": "https://github.com/amirmohsen/wealth-website#readme"
}