Skip to content

Commit

Permalink
Add styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr committed Nov 5, 2024
1 parent 75727cf commit b758cdf
Show file tree
Hide file tree
Showing 19 changed files with 1,888 additions and 62 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"next": "15.0.2"
"fantasticon": "^3.0.0",
"next": "15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.34",
"eslint": "^8",
"eslint-config-next": "15.0.2"
"eslint-config-next": "15.0.2",
"typescript": "^5"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b758cdf

Please sign in to comment.