-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.44 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
73
74
75
76
77
78
79
{
"name": "quintonjason.github.io",
"description": "quintonjason.com",
"version": "1.0.0",
"author": "Quinton Jason <[email protected]>",
"dependencies": {
"ajv-keywords": "^3.4.1",
"babel-plugin-styled-components": "^1.10.6",
"es6-promise": "^4.2.4",
"extract-text-webpack-plugin": "^1.0.1",
"fs": "0.0.1-security",
"fs.extra": "^1.3.2",
"gatsby": "^1.9.145",
"gatsby-cli": "^2.7.30",
"gatsby-link": "^1.6.32",
"gatsby-paginate": "^1.0.13",
"gatsby-plugin-glamor": "^1.6.13",
"gatsby-plugin-google-analytics": "^1.0.24",
"gatsby-plugin-google-fonts": "0.0.3",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-offline": "^1.0.15",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.19",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-plugin-styled-components": "^2.0.11",
"gatsby-plugin-typography": "^1.7.18",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.56",
"gatsby-remark-prismjs": "^1.2.20",
"gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-responsive-image": "^1.0.0-alpha13-alpha.435e0178",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-json": "^1.0.16",
"gatsby-transformer-remark": "^1.7.37",
"gatsby-transformer-sharp": "^1.6.22",
"glamorous": "^4.12.1",
"gsap": "^1.20.4",
"ink": "^2.3.0",
"ink-spinner": "^3.0.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"progress": "^2.0.0",
"react-fontawesome": "^1.6.1",
"react-gist": "^1.2.1",
"react-reconciler": "^0.21.0",
"react-transition-group": "^2.3.0",
"schema-utils": "^2.1.0",
"sharp": "^0.20.8",
"slash": "^1.0.0",
"spotify-web-api-node": "^2.5.0",
"styled-components": "^3.4.10",
"typography-theme-kirkham": "^0.16.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"css-loader": "^0.28.11",
"gatsby-plugin-postcss-sass": "^1.0.18",
"lost": "^8.2.1",
"prettier": "^1.9.2",
"url-loader": "^1.1.2"
},
"peerDependencies": {
"ajv": "^6.9.1",
"gatsby": "2.4.0",
"react": "16.8.2",
"webpack": "3.0.0"
}
}