-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
63 lines (63 loc) · 1.95 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": "dinesh-pandiyan-gatsby-starter",
"version": "0.1.0",
"private": true,
"description": "Gatsby Starter | Dinesh Pandiyan",
"keywords": [
"developer",
"javascript",
"portfolio",
"react"
],
"license": "MIT",
"author": "Dinesh Pandiyan <flexdinesh@gmail.com>",
"scripts": {
"build": "gatsby build",
"clean": "rm -rf public .cache",
"develop": "gatsby develop",
"format": "prettier --write \"src/**/*.js\"",
"serve:build": "npm run clean && npm run build && http-server ./public",
"start": "npm run develop",
"start:prod": "npm run build && npm run serve:build",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.20",
"gatsby-plugin-google-analytics": "^2.0.9",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-javascript-frontmatter": "^2.0.5",
"gatsby-transformer-remark": "^2.1.19",
"gatsby-transformer-sharp": "^2.1.8",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.18",
"typography": "^0.16.18"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-preset-gatsby": "^0.1.6",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"gatsby-plugin-sass": "^2.0.7",
"gh-pages": "^2.0.1",
"http-server": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"node-sass": "^4.11.0",
"prettier": "^1.15.2"
}
}