-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.26 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
{
"name": "kontent-sample-app-gatsby-intranet",
"version": "1.0.0",
"description": "Showcase of Kentico Kontent Intranet admin UI using Material design and Gatsby.",
"repository": "https://github.com/Simply007/kontent-sample-app-gatsby-intranet",
"author": "Ondřej Chrastina <ondrej.chrastina@gmail.com> (https://github.com/Simply007)",
"license": "MIT",
"private": false,
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn develop"
},
"dependencies": {
"@kentico/gatsby-kontent-components": "^6.0.0",
"@kentico/gatsby-source-kontent": "^6.0.1",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"gatsby": "^2.23.3",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-material-ui": "^1.2.4",
"html-react-parser": "^0.9.1",
"ptz-i18n": "^1.0.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"typeface-merriweather": "^0.0.72",
"typeface-montserrat": "^0.0.54",
"typography": "^0.16.19"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^5.15.3",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.4"
}
}