-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 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
{
"name": "kumuluz.io",
"description": "Kumuluz.io",
"version": "1.0.0",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "^0.1.17",
"animate.css": "^4.1.1",
"bootstrap": "^4.6.1",
"gatsby": "^4.7.2",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sass": "^5.7.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-prismjs": "^6.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.7.0",
"gatsby-plugin-react-i18next": "^1.2.2",
"i18next": "^21.6.11",
"moment": "^2.29.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.15.4",
"react-waypoint": "^10.1.0",
"reactstrap": "^8.10.1",
"sass": "^1.49.8",
"scroll-to-element": "^2.0.3",
"slug": "^5.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"babel-preset-gatsby": "^2.6.0",
"eslint": "^8.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-standard": "^3.0.1"
}
}