Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmeff committed Jan 1, 2022
1 parent 39a0c23 commit 24b0316
Show file tree
Hide file tree
Showing 2 changed files with 2,185 additions and 1,797 deletions.
71 changes: 35 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
{
"name": "mattfreydotdev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"cicd": "next build && next export"
},
"author": "Matthew Frey <[email protected]>",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
"detect-node": "^2.0.4",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"styled-components": "^5.2.0",
"styled-reset": "^4.2.3"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/detect-node": "^2.0.0",
"@types/next": "^9.0.0",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3",
"babel-plugin-styled-components": "^1.11.1",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.0.3"
}
"name": "mattfreydotdev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"cicd": "next build && next export"
},
"author": "Matthew Frey <[email protected]>",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
"detect-node": "^2.0.4",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"styled-components": "^5.2.0",
"styled-reset": "^4.2.3"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/detect-node": "^2.0.0",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3",
"babel-plugin-styled-components": "^1.11.1",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.0.3"
}
}
Loading

0 comments on commit 24b0316

Please sign in to comment.