-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "urbica.co",
"description": "Urbica",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "rm -rf public && gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"axios": "0.21.1",
"babel-plugin-styled-components": "1.10.6",
"browser-lang": "0.1.0",
"gatsby": "2.15.28",
"gatsby-plugin-meta-redirect": "1.1.1",
"gatsby-plugin-offline": "3.0.11",
"gatsby-plugin-react-helmet": "3.1.10",
"gatsby-plugin-sentry": "1.0.1",
"gatsby-plugin-styled-components": "3.1.8",
"gatsby-plugin-yandex-metrika": "1.3.0",
"intl": "1.2.5",
"normalize.css": "8.0.1",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-dom": "16.8.6",
"react-helmet": "5.2.1",
"react-intl": "2.8.0",
"react-media": "1.10.0",
"styled-components": "4.4.0"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "5.12.0",
"eslint-config-airbnb": "17.1.0",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.4",
"gatsby-plugin-eslint": "2.0.3",
"gh-pages": "2.1.1",
"glob": "7.1.4",
"path": "0.12.7",
"sharp": "0.23.1",
"util": "0.12.1"
}
}