forked from liferay-design/liferay.design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.96 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
{
"name": "liferay-design",
"description": "Liferay Design",
"version": "1.0.0",
"author": "Ryan Garant <[email protected]>",
"dependencies": {
"@svgr/core": "^2.4.1",
"firebase": "~5.10.0",
"gatsby-plugin-brotli": "~1.0.1",
"gatsby-plugin-google-analytics": "~2.0.18",
"gatsby-plugin-google-tagmanager": "^2.0.13",
"gatsby-plugin-manifest": "~2.0.29",
"gatsby-plugin-offline": "~2.0.25",
"gatsby-plugin-sharp": "~2.0.35",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-autolink-headers": "^2.1.11",
"gatsby-transformer-sharp": "~2.1.18",
"gatsby-transformer-yaml": "^2.2.3",
"lodash": "^4.17.14",
"logrocket": "~0.6.20",
"react": "~16.8.6",
"react-anchor-link-smooth-scroll": "~1.0.12",
"react-dom": "~16.8.6",
"react-helmet": "~5.2.0",
"react-md": "~1.10.1",
"react-plx": "~1.3.13",
"react-responsive": "^8.0.1",
"react-responsive-carousel": "~3.1.49",
"react-slick": "~0.24.0",
"react-typography": "^0.16.19",
"reakit": "~0.16.0",
"slick-carousel": "~1.8.1",
"typography": "^0.16.19"
},
"devDependencies": {
"@mdx-js/mdx": "~1.0.14",
"@mdx-js/react": "^1.0.6",
"@mdx-js/tag": "~0.20.3",
"eslint": "~5.16.0",
"gatsby": "~2.3.25",
"gatsby-mdx": "~0.6.2",
"gatsby-plugin-catch-links": "~2.0.13",
"gatsby-plugin-react-helmet": "~3.0.12",
"gatsby-plugin-resolve-src": "~2.0.0",
"gatsby-plugin-sass": "~2.0.11",
"gatsby-remark-images": "~3.0.10",
"gatsby-remark-prismjs": "~3.2.8",
"gatsby-source-filesystem": "~2.0.29",
"glob": "~7.1.3",
"node-sass": "^4.12.0",
"prettier": "~1.17.0",
"prismjs": "~1.16.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -H 0.0.0.0 -p 7777 -o",
"forestry:preview": "gatsby develop -H 0.0.0.0 -p 8080",
"format": "prettier --write 'src/**/*.js'",
"icons": "node src/utils/generateIcons.js"
},
"repository": {
"type": "git",
"url": "https://github.com/liferay-design/liferay.design"
}
}