forked from SSWConsulting/SSW.People
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "ssw-people",
"license": "MIT",
"author": "SSWDevelopers <[email protected]>",
"scripts": {
"develop": "gatsby develop",
"serve": "gatsby serve",
"ssr": "yarn run build && yarn run serve",
"format": "prettier --config ./.prettierrc --write src/**/*.js",
"build:dir": "mkdirp ./public/icons/",
"build:favicons": "node scripts/favicons",
"build": "yarn run build:dir && yarn run build:favicons && gatsby build --prefix-paths --log-pages",
"devbuild": "yarn run build:dir && yarn run build:favicons && gatsby build",
"test": "ava **/*.test.js --verbose",
"lint": "eslint --max-warnings=0 . --ext ts --ext tsx --ext js --ext jsx"
},
"greenkeeper": {
"ignore": [
"ava",
"core-js"
]
},
"dependencies": {
"@babel/core": "^7.0.0",
"@brainhubeu/react-carousel": "^1.19.26",
"@fortawesome/free-brands-svg-icons": "^5.15.0",
"@fortawesome/free-regular-svg-icons": "^5.15.0",
"@microsoft/applicationinsights-web": "^2.5.8",
"@raae/gatsby-remark-oembed": "^0.1.1",
"@reach/dialog": "^0.5.3",
"@reach/router": "^1.2.1",
"@reach/visually-hidden": "^0.5.0",
"@types/youtube": "^0.0.38",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.11.1",
"classnames": "^2.2.6",
"crypto": "^1.0.1",
"gatsby": "^2.24.67",
"gatsby-cli": "^2.12.102",
"gatsby-image": "^2.4.20",
"gatsby-plugin-breadcrumb": "^7.0.0",
"gatsby-plugin-google-gtag": "^4.5.0",
"gatsby-plugin-google-tagmanager": "^4.7.0",
"gatsby-plugin-netlify": "^2.3.16",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-react-svg": "^2.0.0",
"gatsby-plugin-sharp": "^2.6.38",
"gatsby-plugin-sitemap": "^2.4.14",
"gatsby-plugin-styled-components": "^3.3.12",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-remark-copy-linked-files": "^2.3.18",
"gatsby-remark-custom-blocks": "^2.3.12",
"gatsby-remark-embed-video": "^2.0.1",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^3.3.32",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-remark-responsive-iframe": "^2.4.16",
"gatsby-source-filesystem": "^2.3.32",
"gatsby-source-git": "^1.1.0",
"gatsby-transformer-json": "^2.4.13",
"gatsby-transformer-remark": "^2.8.37",
"gatsby-transformer-sharp": "^2.5.16",
"history": "^4.10.1",
"intersection-observer": "^0.7.0",
"lottie-web": "^5.7.3",
"minimist": "^1.2.6",
"moment": "^2.29.0",
"node-fetch": "^2.6.7",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"preval.macro": "^4.0.0",
"prop-types": "^15.6.2",
"query-string": "^6.13.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-github-calendar": "^2.0.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^5.2.0",
"react-lazy-youtube": "^1.0.1",
"react-modal": "^3.11.1",
"react-pose": "^4.0.5",
"react-tooltip": "^4.2.10",
"react-youtube": "^7.12.0",
"rollup": "^2.29.0",
"ssw.rules.widget": "^1.0.10",
"styled-components": "^4.1.3",
"webpack-assets-manifest": "^3.1.1"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.31",
"@fortawesome/free-solid-svg-icons": "^5.15.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@hot-loader/react-dom": "^16.13.0",
"applicationinsights": "^1.8.7",
"array-flat-polyfill": "^1.0.1",
"ava": "^3.13.0",
"babel-eslint": "^10.1.0",
"chrome-launcher": "^0.13.4",
"core-js": "^3.6.5",
"directory-named-webpack-plugin": "^4.0.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.12.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"favicons": "^5.3.0",
"gatsby-plugin-eslint": "^2.0.7",
"lighthouse": "^6.4.1",
"mkdirp": "^0.5.5",
"node-gyp": "^6.0.0",
"prettier": "^1.16.0",
"tailwindcss": "^1.8.10",
"typescript": "^3.9.7"
},
"peerDependencies": {
"gatsby": ">=1"
},
"alias": {
"react-dom": "@hot-loader/react-dom"
},
"optionalDependencies": {
"webpack": "^4.41.2"
}
}