forked from liferay-design/liferay.design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.59 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "liferay-design",
"description": "Liferay Design",
"version": "1.0.0",
"author": "Ryan Garant <[email protected]>",
"dependencies": {
"@svgr/core": "^4.3.3",
"@theme-ui/prism": "^0.3.5",
"eslint-config-liferay": "^19.0.2",
"firebase": "^8.2.6",
"gatsby": "^2.32.3",
"gatsby-cli": "^2.19.1",
"gatsby-image": "^2.11.0",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-brotli": "^1.3.1",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-google-tagmanager": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-netlify-cms": "^4.10.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-theme-ui": "^0.3.5",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-plugin-typography": "^2.12.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-image-attributes": "^0.2.8",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-mailchimp": "^0.7.0",
"gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"gatsby-transformer-yaml": "^2.11.0",
"googleapis": "^66.0.0",
"lodash": "^4.17.21",
"logrocket": "^1.0.14",
"netlify-cms-app": "^2.14.18",
"react": "^16.14.0",
"react-anchor-link-smooth-scroll": "~1.0.12",
"react-dom": "^16.14.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "~5.2.1",
"react-hotkeys-hook": "^2.4.1",
"react-plx": "^1.3.16",
"react-responsive": "^8.2.0",
"react-responsive-carousel": "^3.2.11",
"react-slick": "~0.25.2",
"react-typography": "^0.16.19",
"readline-sync": "^1.4.10",
"slick-carousel": "~1.8.1",
"theme-ui": "^0.3.5",
"typescript": "^3.9.7",
"typography": "^0.16.19"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/tag": "~0.20.3",
"eslint": "~6.6.0",
"eslint-plugin-prettier": "^3.4.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-resolve-src": "~2.0.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-remark-images": "^3.11.0",
"gatsby-source-filesystem": "^2.11.0",
"glob": "^7.1.6",
"node-sass": "^4.14.1",
"prettier": "~1.18.2",
"prismjs": "~1.27.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "node src/utils/generateEnv && gatsby develop -H 0.0.0.0 -p 7777 -o",
"format": "prettier --write 'src/**/*.js'",
"icons": "node src/utils/generateIcons.js"
},
"repository": {
"type": "git",
"url": "https://github.com/liferay-design/liferay.design"
}
}