-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 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
54
55
56
57
58
59
{
"name": "ee.kumuluz.com",
"version": "1.0.0",
"description": "KumuluzEE website",
"private": true,
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"lint": "eslint ./src/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/kumuluz/ee.kumuluz.com"
},
"keywords": [
"kumuluz"
],
"author": "Miha Jamsek <[email protected]> (https://github.com/Jamsek-m)",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~1.2.36",
"@fortawesome/free-brands-svg-icons": "~5.15.4",
"@fortawesome/free-regular-svg-icons": "~5.15.4",
"@fortawesome/free-solid-svg-icons": "~5.15.4",
"@fortawesome/react-fontawesome": "~0.1.16",
"animejs": "~3.2.1",
"file-saver": "~2.0.5",
"gatsby": "^4.6.1",
"gatsby-plugin-react-helmet": "~5.6.0",
"gatsby-plugin-sass": "~5.6.0",
"mustache": "~4.2.0",
"sass": "^1.49.0",
"prismjs": "~1.26.0",
"prop-types": "~15.8.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-ga": "~3.3.0",
"react-helmet": "~6.1.0",
"react-waypoint": "~10.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-react": "^7.16.7",
"babel-plugin-prismjs": "~2.1.0",
"babel-preset-gatsby": "~2.6.0",
"eslint": "~7.32.0",
"eslint-config-standard": "~16.0.3",
"eslint-plugin-import": "~2.25.4",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~5.2.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-standard": "~5.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}