-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.68 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
{
"name": "vicious-ink",
"description": "Vicious Ink Tattoo Shop",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"format": "prettier --config ./.prettierrc --write src/**/*.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"babel-plugin-styled-components": "^1.8.0",
"gatsby": "^2.13.50",
"gatsby-image": "^2.0.20",
"gatsby-plugin-gdpr-cookies": "^1.0.11",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sass": "^2.0.4",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-source-contentful": "^2.0.29",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-json": "^2.1.8",
"gatsby-transformer-sharp": "^2.1.8",
"node-sass": "^4.10.0",
"react": "^16.5.1",
"react-cookie-consent": "^6.2.1",
"react-dom": "^16.5.1",
"react-headroom": "^2.2.4",
"react-helmet": "^5.2.0",
"react-i18next": "^10.11.4",
"styled-components": "^4.1.1",
"tachyons": "4.9.1"
},
"devDependencies": {
"babel-preset-gatsby": "^0.2.8",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"gatsby-plugin-eslint": "^2.0.1",
"prettier": "1.15.2",
"remcalc": "^1.0.10"
}
}