-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.98 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
{
"name": "osi-splash",
"private": false,
"description": "OSI-LIFE Splash Page",
"version": "0.1.0",
"license": "UNLICENSED",
"scripts": {
"dev": "yarn develop",
"develop": "gatsby develop -H 0.0.0.0 -p 8000",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md' 'bin/*.js'",
"build": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix *.js bin/*.js",
"start": "yarn develop",
"heroku-postbuild": "gatsby build",
"preload-fonts": "gatsby-preload-fonts"
},
"dependencies": {
"@babel/cli": "7.12.1",
"@babel/compat-data": "7.12.1",
"@babel/core": "7.12.1",
"@babel/node": "7.12.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@babel/register": "7.12.1",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@noisytrumpet/osi-dls": "1.20.0",
"@svgr/webpack": "^5.5.0",
"@typescript-eslint/eslint-plugin": "2.20.0",
"@typescript-eslint/parser": "2.20.0",
"axios": "^0.21.1",
"babel-eslint": "10.0.3",
"babel-jest": "25.1.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "0.3.6",
"babel-preset-gatsby": "^1.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"contentful": "^8.1.7",
"cross-env": "^7.0.3",
"gatsby": "^3.0.3",
"gatsby-image": "^3.0.0",
"gatsby-plugin-google-tagmanager": "^3.0.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-preload-fonts": "^2.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-contentful": "^5.0.1",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"node-sass": "^4.13.1",
"node-sass-chokidar": "1.5.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"prop-types": "15.7.2",
"react": "^16.13.1",
"react-dev-utils": "10.2.0",
"react-dom": "^16.12.0",
"react-draggable": "4.2.0",
"react-frontload": "^1.0.3",
"react-helmet": "^6.1.0",
"react-inlinesvg": "^2.1.1",
"react-lazy-load": "^3.1.13",
"react-loadable": "^5.5.0",
"react-media": "^1.10.0",
"react-speech-recognition": "2.0.4",
"react-spring": "9.0.0-canary.809.5.f01ecc2",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.1",
"sharp": "^0.27.0",
"source-map-explorer": "^2.5.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "2.3.4",
"ts-pnp": "1.1.5",
"webpack": "4.41.5",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1",
"yup": "^0.32.9"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-react-app": "5.2.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "1.7.0",
"rimraf": "^3.0.2",
"yargs-parser": "^18.1.3"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
},
"repository": {
"type": "git",
"url": "https://github.com/NoisyTrumpet/osi-splash"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}