|
1 | 1 | {
|
2 | 2 | "name": "rebeccaforan-portfolio",
|
3 | 3 | "description": "A simple portfolio showcasing photography and artwork, with contact, about and resume pages for professional development.",
|
4 |
| - "version": "1.1.3", |
| 4 | + "version": "1.1", |
5 | 5 | "author": "dkutin",
|
6 | 6 | "dependencies": {
|
7 | 7 | "bulma": "^0.9.0",
|
8 |
| - "gatsby": "^2.20.35", |
| 8 | + "gatsby": "^2.31.1", |
9 | 9 | "gatsby-image": "^2.3.5",
|
| 10 | + "gatsby-plugin-manifest": "^2.11.0", |
10 | 11 | "gatsby-plugin-netlify": "^2.2.4",
|
11 | 12 | "gatsby-plugin-netlify-cms": "^4.2.5",
|
12 | 13 | "gatsby-plugin-purgecss": "^5.0.0",
|
13 | 14 | "gatsby-plugin-react-helmet": "^3.2.5",
|
14 | 15 | "gatsby-plugin-sass": "^2.2.4",
|
15 |
| - "gatsby-plugin-sharp": "^2.5.7", |
| 16 | + "gatsby-plugin-sharp": "^2.13.1", |
16 | 17 | "gatsby-remark-copy-linked-files": "^2.2.4",
|
17 | 18 | "gatsby-remark-images": "^3.2.6",
|
18 | 19 | "gatsby-remark-relative-images": "^0.3.0",
|
19 | 20 | "gatsby-source-filesystem": "^2.2.5",
|
20 | 21 | "gatsby-transformer-remark": "^2.7.5",
|
21 |
| - "gatsby-transformer-sharp": "^2.4.7", |
| 22 | + "gatsby-transformer-sharp": "^2.11.0", |
22 | 23 | "lodash": "^4.17.15",
|
23 | 24 | "lodash-webpack-plugin": "^0.11.4",
|
| 25 | + "netlify-cli": "^3.4.2", |
24 | 26 | "netlify-cms-app": "^2.9.6",
|
25 |
| - "node-sass": "^4.14.0", |
26 | 27 | "prop-types": "^15.6.0",
|
27 | 28 | "react": "^16.8.4",
|
28 | 29 | "react-dom": "^16.8.4",
|
29 | 30 | "react-helmet": "^6.0.0",
|
| 31 | + "sass": "^1.32.5", |
30 | 32 | "uuid": "^7.0.0"
|
31 | 33 | },
|
32 | 34 | "keywords": [
|
|
37 | 39 | "scripts": {
|
38 | 40 | "clean": "gatsby clean",
|
39 | 41 | "start": "npm run develop",
|
40 |
| - "build": "npm run clean && gatsby build", |
| 42 | + "optimize": "node ./scripts/optimize.js", |
| 43 | + "build": "yarn optimize && gatsby clean && gatsby build", |
41 | 44 | "develop": "npm run clean && gatsby develop",
|
42 | 45 | "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
|
43 | 46 | "test": "echo \"Error: no test specified\" && exit 1"
|
44 | 47 | },
|
45 | 48 | "devDependencies": {
|
46 |
| - "prettier": "^2.0.5" |
| 49 | + "prettier": "^2.0.5", |
| 50 | + "yarn-audit-fix": "^3.2.13" |
47 | 51 | }
|
48 | 52 | }
|
0 commit comments