Skip to content

Commit

Permalink
nextjs installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pramit-marattha committed Jan 12, 2021
1 parent ad69455 commit 4aea5d7
Show file tree
Hide file tree
Showing 13 changed files with 4,071 additions and 27,119 deletions.
20,295 changes: 4,042 additions & 16,253 deletions client/package-lock.json

Large diffs are not rendered by default.

51 changes: 11 additions & 40 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,16 @@
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^10.4.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"history": "^4.10.1",
"jquery": "^3.5.1",
"moment": "2.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-loading-skeleton": "^2.1.1",
"react-markdown": "^4.3.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-spring": "^8.0.27"
},
"version": "1.0.0",
"description": "Tech BlogSite",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
"author": "pramit marattha",
"license": "ISC",
"dependencies": {
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
Binary file removed client/public/favicon.ico
Binary file not shown.
22 changes: 0 additions & 22 deletions client/public/index.html

This file was deleted.

41 changes: 0 additions & 41 deletions client/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions client/public/robots.txt

This file was deleted.

Empty file removed client/src/App.css
Empty file.
11 changes: 0 additions & 11 deletions client/src/App.js

This file was deleted.

13 changes: 0 additions & 13 deletions client/src/index.css

This file was deleted.

14 changes: 0 additions & 14 deletions client/src/index.js

This file was deleted.

0 comments on commit 4aea5d7

Please sign in to comment.