-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "szeremi",
"version": "1.0.0",
"description": "Attila Szeremi's portfolio website",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "git+https://github.com/amcsi/szeremi.git"
},
"author": "Attila Szeremi",
"license": "MIT",
"bugs": {
"url": "https://github.com/amcsi/szeremi/issues"
},
"homepage": "https://github.com/amcsi/szeremi#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"@reach/router": "^1.2.1",
"accept-language": "^2.0.16",
"babel-core": "^6.4.0",
"bulma": "^0.7.5",
"bulma-prefers-dark": "0.1.0-beta.0",
"extract-text-webpack-plugin": "^1.0.1",
"gatsby": "^2.15.7",
"gatsby-image": "^2.2.17",
"gatsby-plugin-google-analytics": "^2.1.14",
"gatsby-plugin-manifest": "^2.2.13",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-remove-trailing-slashes": "^2.1.5",
"gatsby-plugin-sass": "^2.1.13",
"gatsby-plugin-sharp": "^2.2.19",
"gatsby-source-filesystem": "^2.1.21",
"gatsby-transformer-sharp": "^2.2.13",
"history": "^2.0.1",
"i18next": "^3.4.4",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-i18next": "^8.4.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-router-redux": "^4.0.0",
"react-router-server": "^4.2.3",
"redux": "^3.3.1"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.3",
"net": "^1.0.2",
"prettier": "^1.18.2"
},
"volta": {
"node": "11.3.0"
}
}