-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 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
64
{
"name": "Filcan",
"description": "Official Filcan website",
"version": "1.0.0",
"author": "Sharidan Barboza",
"dependencies": {
"bootstrap": "~4.1.3",
"create-react-class": "~15.6.3",
"font-awesome": "~4.7.0",
"gatsby": "~1.9.153",
"gatsby-image": "^1.0.43",
"gatsby-link": "~1.6.34",
"gatsby-plugin-netlify-cms": "~1.0.0",
"gatsby-plugin-netlify-cms-paths": "~1.0.2",
"gatsby-plugin-react-helmet": "~1.0.8",
"gatsby-plugin-sharp": "~1.6.41",
"gatsby-plugin-sitemap": "1.2.25",
"gatsby-remark-copy-linked-files": "~2.0.5",
"gatsby-remark-images": "~2.0.1",
"gatsby-remark-prismjs": "~3.0.0",
"gatsby-remark-responsive-iframe": "~2.0.5",
"gatsby-remark-smartypants": "~2.0.5",
"gatsby-source-filesystem": "~1.5.11",
"gatsby-transformer-remark": "~1.7.28",
"gatsby-transformer-sharp": "~1.6.22",
"netlify-cms": "~2.1.2",
"netlify-identity-widget": "~1.4.14",
"nuka-carousel": "~4.4.0",
"prismjs": "~1.15.0",
"react": "15.6.0",
"react-geocode": "~0.1.2",
"react-google-maps": "~9.4.5",
"react-helmet": "~5.2.0",
"react-hot-loader": "3.0.0",
"react-images": "~0.5.19",
"react-router-hash-link": "~1.2.1",
"react-scroll-up-button": "~1.6.4",
"react-scrollchor": "~6.0.0",
"react-youtube": "^7.13.1",
"reactstrap": "~6.4.0",
"recompose": "~0.30.0",
"remark": "~10.0.1",
"remark-html": "~9.0.0",
"remark-preset-lint-recommended": "~3.0.2",
"wowjs": "~1.1.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "~1.13.7"
},
"repository": {
"type": "git",
"url": "https://github.com/sharibarboza/FilcanJS"
}
}