Upgrade deps
This commit is contained in:
parent
94e1b03f00
commit
f37fa5bc97
2 changed files with 955 additions and 958 deletions
25
package.json
25
package.json
|
|
@ -6,31 +6,31 @@
|
||||||
"babel-eslint": "^8.0.1",
|
"babel-eslint": "^8.0.1",
|
||||||
"chokidar-cli": "^1.2.0",
|
"chokidar-cli": "^1.2.0",
|
||||||
"eslint": "^4.8.0",
|
"eslint": "^4.8.0",
|
||||||
"eslint-config-standard": "^10.2.1",
|
"eslint-config-standard": "^11.0.0",
|
||||||
"eslint-config-standard-react": "^5.0.0",
|
"eslint-config-standard-react": "^6.0.0",
|
||||||
"eslint-plugin-import": "^2.7.0",
|
"eslint-plugin-import": "^2.7.0",
|
||||||
"eslint-plugin-node": "^5.2.0",
|
"eslint-plugin-node": "^6.0.1",
|
||||||
"eslint-plugin-promise": "^3.5.0",
|
"eslint-plugin-promise": "^3.5.0",
|
||||||
"eslint-plugin-react": "^7.4.0",
|
"eslint-plugin-react": "^7.4.0",
|
||||||
"eslint-plugin-standard": "^3.0.1",
|
"eslint-plugin-standard": "^3.0.1",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"gray-matter": "^3.1.1",
|
"gray-matter": "^4.0.1",
|
||||||
"heml": "^1.1.3",
|
"heml": "^1.1.3",
|
||||||
"js-yaml": "^3.10.0",
|
"js-yaml": "^3.10.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
"postcss": "^6.0.14",
|
"postcss": "^6.0.14",
|
||||||
"postcss-cli": "^4.1.1",
|
"postcss-cli": "^5.0.0",
|
||||||
"postcss-cssnext": "^3.0.2",
|
"postcss-cssnext": "^3.0.2",
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.0",
|
||||||
"react-scripts": "^1.0.10",
|
"react-scripts": "^1.0.10",
|
||||||
"sharp": "^0.18.4",
|
"sharp": "^0.20.2",
|
||||||
"sitemap-static": "^0.4.2",
|
"sitemap-static": "^0.4.2",
|
||||||
"snazzy": "^7.0.0",
|
"snazzy": "^7.0.0",
|
||||||
"standard": "^10.0.2",
|
"standard": "^11.0.1",
|
||||||
"sw-precache": "^5.2.0"
|
"sw-precache": "^5.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@researchgate/react-intersection-observer": "^0.6.0",
|
"@researchgate/react-intersection-observer": "^0.7.0",
|
||||||
"aos": "^2.2.0",
|
"aos": "^2.2.0",
|
||||||
"core-js": "^2.5.3",
|
"core-js": "^2.5.3",
|
||||||
"date-fns": "^1.29.0",
|
"date-fns": "^1.29.0",
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"moveto": "^1.7.1",
|
"moveto": "^1.7.1",
|
||||||
"netlify-identity-widget": "^1.2.0",
|
"netlify-identity-widget": "^1.2.0",
|
||||||
"normalize.css": "^7.0.0",
|
"normalize.css": "^8.0.0",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
"react-helmet": "^5.1.3",
|
"react-helmet": "^5.1.3",
|
||||||
|
|
@ -52,8 +52,7 @@
|
||||||
"start:app": "react-scripts start",
|
"start:app": "react-scripts start",
|
||||||
"start:content": "chokidar 'content/**/**' -c 'npm run prepare-content'",
|
"start:content": "chokidar 'content/**/**' -c 'npm run prepare-content'",
|
||||||
"start:cms": "chokidar 'cms/cms.js' -c 'cd cms && npm run build'",
|
"start:cms": "chokidar 'cms/cms.js' -c 'cd cms && npm run build'",
|
||||||
"build":
|
"build": "npm-run-all -s prepare-content build:cms build:app build:postcss build:react-snapshot build:sitemap build:sw build:sha",
|
||||||
"npm-run-all -s prepare-content build:cms build:app build:postcss build:react-snapshot build:sitemap build:sw build:sha",
|
|
||||||
"build:app": "react-scripts build",
|
"build:app": "react-scripts build",
|
||||||
"build:cms": "cd cms && NODE_ENV=production npm run build",
|
"build:cms": "cd cms && NODE_ENV=production npm run build",
|
||||||
"build:postcss": "postcss build/static/css/*.css -r",
|
"build:postcss": "postcss build/static/css/*.css -r",
|
||||||
|
|
@ -70,6 +69,8 @@
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"reactSnapshot": {
|
"reactSnapshot": {
|
||||||
"include": ["/404"]
|
"include": [
|
||||||
|
"/404"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue