-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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": "grommet-theme-builder",
"version": "0.0.1",
"private": true,
"author": "Orestis Ioannou",
"homepage": "https://grommet-theme-builder.netlify.com/",
"dependencies": {
"deep-object-diff": "^1.1.0",
"gatsby": "^2.1.19",
"gatsby-plugin-react-helmet": "^3.0.7",
"gatsby-plugin-styled-components": "^3.0.6",
"gatsby-source-filesystem": "^2.0.23",
"get-contrast": "^2.0.0",
"grommet": "^2.5.5",
"grommet-controls": "^1.1.13",
"grommet-icons": "^4.2.0",
"grommet-theme-aruba": "^0.1.1",
"grommet-theme-dxc": "^0.1.1",
"grommet-theme-hp": "^0.1.1",
"grommet-theme-hpe": "^0.4.1",
"grommet-theme-v1": "^0.1.1",
"lodash": "^4.17.11",
"react": "^16.8.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.3.4",
"babel-eslint": "10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"babel-preset-gatsby-package": "^0.1.3",
"cross-env": "^5.1.4",
"eslint": "^5.14.1",
"eslint-config-google": "^0.12.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.3"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build"
}
}