-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·56 lines (56 loc) · 1.71 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
{
"name": "cf-catalog",
"version": "0.1.0",
"description": "",
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"extract": "node tools/extract.js"
},
"author": "blazeu <[email protected]>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-brands": "^5.0.7",
"@fortawesome/fontawesome-free-regular": "^5.0.7",
"@fortawesome/fontawesome-free-solid": "^5.0.7",
"@fortawesome/react-fontawesome": "0.0.17",
"autoprefixer": "^7.2.6",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"gatsby": "^1.9.214",
"gatsby-image": "^1.0.39",
"gatsby-link": "^1.6.37",
"gatsby-plugin-google-analytics": "^1.0.20",
"gatsby-plugin-manifest": "^1.0.14",
"gatsby-plugin-offline": "^1.0.14",
"gatsby-plugin-postcss-sass": "^1.0.17",
"gatsby-plugin-purify-css": "^2.2.1",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-react-next": "^1.0.9",
"gatsby-plugin-sharp": "^1.6.34",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-sharp": "^1.6.21",
"gatsby-transformer-yaml": "^1.5.15",
"js-yaml": "^3.10.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"query-string": "^5.1.0",
"react-headroom": "^2.2.2",
"react-highlight-words": "^0.11.0",
"react-virtualized": "^9.18.5",
"slug": "^0.9.1"
},
"devDependencies": {
"prettier": "^1.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blazeu/cf-catalog.git"
},
"bugs": {
"url": "https://github.com/blazeu/cf-catalog/issues"
},
"homepage": "https://github.com/blazeu/cf-catalog#readme"
}