|
3 | 3 | "version": "2.0.0",
|
4 | 4 | "description": "Landing for ReportPortal",
|
5 | 5 | "scripts": {
|
6 |
| - "predev": "node ./bin/gen-antd-css.js && gatsby develop -p 8080", |
7 |
| - "dev": "gatsby develop -p 8080", |
| 6 | + "prestart": "node ./bin/gen-antd-css.js && gatsby develop -p 8080", |
| 7 | + "start": "gatsby develop -p 8080", |
8 | 8 | "graphql:win": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
|
9 | 9 | "prebuild": "cross-env NODE_ENV=production node ./bin/gen-antd-css.js",
|
10 | 10 | "build": "gatsby build",
|
|
13 | 13 | "gatsby-provision": "gatsby-provision-contentful --contentful-data-path='./contentful/export.json' --space-id=$CONTENTFUL_SPACE_ID --management-token=$CONTENTFUL_MANAGEMENT_TOKEN",
|
14 | 14 | "lint": "eslint . --ext .js,.jsx --cache",
|
15 | 15 | "format:eslint": "npm run lint -- --fix",
|
| 16 | + "stylelint": "stylelint \"src/**/*.scss\"", |
16 | 17 | "format:prettier": "prettier --write --write \"src/**/*.{ts,tsx,scss,json,gql,md}\"",
|
17 | 18 | "prepare": "husky install"
|
18 | 19 | },
|
19 | 20 | "author": "",
|
20 | 21 | "license": "ISC",
|
21 | 22 | "dependencies": {
|
22 |
| - "@ant-design/cssinjs": "^1.16.1", |
23 |
| - "@ant-design/icons": "^5.0.1", |
24 |
| - "@ant-design/static-style-extract": "^1.0.1", |
| 23 | + "@ant-design/cssinjs": "^1.18.4", |
| 24 | + "@ant-design/icons": "^5.3.0", |
| 25 | + "@ant-design/static-style-extract": "^1.0.2", |
25 | 26 | "@contentful/rich-text-plain-text-renderer": "*",
|
26 | 27 | "@svgr/webpack": "^8.1.0",
|
27 | 28 | "ahooks": "^3.7.4",
|
28 | 29 | "antd": "^5.1.7",
|
29 | 30 | "classnames": "^2.3.2",
|
30 | 31 | "formik": "^2.4.3",
|
31 | 32 | "framer-motion": "^10.0.1",
|
32 |
| - "gatsby": "^5.12.9", |
33 |
| - "gatsby-plugin-google-tagmanager": "^5.12.3", |
34 |
| - "gatsby-plugin-image": "^3.12.3", |
35 |
| - "gatsby-plugin-react-helmet": "^6.12.0", |
36 |
| - "gatsby-plugin-sass": "^6.12.3", |
37 |
| - "gatsby-plugin-sharp": "^5.12.3", |
| 33 | + "gatsby": "^5.13.3", |
| 34 | + "gatsby-plugin-google-tagmanager": "^5.13.1", |
| 35 | + "gatsby-plugin-image": "^3.13.1", |
| 36 | + "gatsby-plugin-react-helmet": "^6.13.1", |
| 37 | + "gatsby-plugin-sass": "^6.13.1", |
| 38 | + "gatsby-plugin-sharp": "^5.13.1", |
38 | 39 | "gatsby-plugin-sitemap": "^6.12.0",
|
39 | 40 | "gatsby-plugin-svgr-svgo": "^2.0.0",
|
40 |
| - "gatsby-source-contentful": "^8.12.4", |
41 |
| - "gatsby-source-graphql": "^5.12.1", |
42 |
| - "gatsby-transformer-sharp": "^5.12.3", |
| 41 | + "gatsby-source-contentful": "^8.13.1", |
| 42 | + "gatsby-source-graphql": "^5.13.1", |
| 43 | + "gatsby-transformer-sharp": "^5.13.1", |
43 | 44 | "gh-pages": "^3.1.0",
|
44 | 45 | "jotai": "^2.0.2",
|
45 | 46 | "lodash": "^4.17.21",
|
|
51 | 52 | "react-intersection-observer": "^9.5.2",
|
52 | 53 | "react-responsive": "^9.0.2",
|
53 | 54 | "react-scroll": "^1.8.9",
|
54 |
| - "react-snowfall": "^1.2.1", |
55 |
| - "reading-time": "^2.0.0-1" |
| 55 | + "react-snowfall": "^1.2.1" |
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 | 58 | "@types/node": "^20.8.2",
|
|
74 | 74 | "eslint-plugin-prettier": "^4.0.0",
|
75 | 75 | "eslint-plugin-react": "^7.29.4",
|
76 | 76 | "eslint-plugin-react-hooks": "^4.6.0",
|
77 |
| - "gatsby-provision-contentful": "0.0.3", |
| 77 | + "gatsby-provision-contentful": "^0.0.5", |
78 | 78 | "husky": "^8.0.3",
|
79 | 79 | "inquirer": "^9.2.7",
|
80 | 80 | "lint-staged": "^13.2.3",
|
|
83 | 83 | "stylelint": "^15.10.3",
|
84 | 84 | "stylelint-config-standard-scss": "^11.0.0",
|
85 | 85 | "stylelint-order": "^6.0.3",
|
86 |
| - "typescript": "^5.2.2", |
| 86 | + "typescript": "^5.3.3", |
87 | 87 | "yargs-parser": "^21.1.1"
|
88 | 88 | },
|
89 | 89 | "peerDependencies": {
|
|
0 commit comments