Skip to content

Commit

Permalink
fix: remove use dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jul 26, 2023
1 parent 9354e37 commit f23d50c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 187 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"@mapbox/mapbox-gl-language": "^1.0.0",
"@mapbox/polyline": "^1.1.1",
"@vercel/analytics": "^0.1.6",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"gatsby": "^4.25.0",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-manifest": "^4.16.0",
Expand All @@ -20,6 +18,7 @@
"gatsby-source-filesystem": "^4.16.0",
"gatsby-transformer-json": "^4.16.0",
"gcoord": "^0.3.2",
"geojson": "^0.5.0",
"mapbox-gl": "^2.8.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
Expand All @@ -28,10 +27,8 @@
"react-map-gl": "^5.1.22",
"sass": "^1.52.3",
"sass-mq": "^6.0.0",
"styled-components": "^5.3.5",
"tachyons": "^4.12.0",
"tachyons-sass": "git+https://github.com/tachyons-css/tachyons-sass.git",
"viewport-mercator-project": "^7.0.4"
"tachyons-sass": "git+https://github.com/tachyons-css/tachyons-sass.git"
},
"license": "MIT",
"private": true,
Expand All @@ -45,7 +42,7 @@
"serve": "gatsby serve",
"serve-prefix": "gatsby serve --prefix-paths",
"lint": "eslint --ext .ts,.tsx src --fix",
"check": "npx prettier --write src/**/*.{scss,json,ts,tsx} *.{md,yaml,json,ts,js}",
"check": "prettier --write src/**/*.{scss,json,ts,tsx} *.{md,yaml,json,ts,js}",
"ci": "yarn run check && yarn run lint && yarn run build && yarn run test"
},
"engineStrict": true,
Expand All @@ -63,16 +60,12 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"graphql": "15.0.0",
"prettier": "2.8.8",
"react-is": "^18.2.0",
"react-server-dom-webpack": "^0.0.1",
"typescript": "^5.1.6"
},
"volta": {
Expand Down
Loading

0 comments on commit f23d50c

Please sign in to comment.