forked from hpe-dev-incubator/hpe-dev-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.04 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "hpe-dev-portal",
"description": "HPE Development Portal",
"version": "0.1.0",
"author": "Mike Kingdom",
"bugs": {
"url": "https://github.com/hpe-dev-incubator/hpe-dev-portal/issues"
},
"dependencies": {
"@babel/core": "^7.13.1",
"@emotion/core": "^10.1.1",
"@ion-phaser/react": "^1.3.0",
"@sendgrid/mail": "^7.4.2",
"axios": "^0.24.0",
"babel-plugin-styled-components": "^1.12.0",
"dotenv": "^8.2.0",
"gatsby": "^2.32.8",
"gatsby-image": "^2.11.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-feed": "^2.13.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "2.4.34",
"gatsby-plugin-netlify-cms": "^4.10.0",
"gatsby-plugin-nprogress": "2.6.0",
"gatsby-plugin-paginated-collection": "^0.2.3",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sharp": "2.6.42",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-images": "^3.11.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-smartypants": "^2.10.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-remark": "^2.16.0",
"gatsby-transformer-sharp": "2.5.17",
"grommet": "^2.16.3",
"grommet-icons": "^4.5.0",
"grommet-theme-hpe": "^2.0.2",
"jest-styled-components": "^7.0.3",
"netlify-cms-app": "^2.14.25",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-player": "^2.9.0",
"react-syntax-highlighter": "^15.4.3",
"redux": "^4.0.5",
"remark": "^11.0.2",
"strip-markdown": "^3.1.2",
"styled-components": "^5.2.1",
"typescript": "^4.2.2"
},
"devDependencies": {
"@hpe/project-scripts": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.5.16",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"husky": "^4.3.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react-test-renderer": "^16.14.0"
},
"homepage": "https://github.com/hpe-dev-incubator/hpe-dev-portal/blob/master/README.md",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/hpe-dev-incubator/hpe-dev-portal.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"validate": "yarn format && yarn eslint ./"
},
"husky": {
"hooks": {
"pre-commit": "yarn validate"
}
}
}