Next Js set up
Showing
with
379 additions
and
352 deletions
No preview for this file type
my-app/README.md
deleted
100644 → 0
my-app/package-lock.json
deleted
100644 → 0
This diff could not be displayed because it is too large.
my-app/package.json
deleted
100644 → 0
{ | |||
"name": "my-app", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@testing-library/dom": "^10.4.0", | |||
"@testing-library/jest-dom": "^6.6.3", | |||
"@testing-library/react": "^16.2.0", | |||
"@testing-library/user-event": "^13.5.0", | |||
"react": "^19.0.0", | |||
"react-dom": "^19.0.0", | |||
"react-scripts": "5.0.1", | |||
"web-vitals": "^2.1.4" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app", | |||
"react-app/jest" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
my-app/public/favicon.ico
deleted
100644 → 0
No preview for this file type
my-app/public/index.html
deleted
100644 → 0
my-app/public/logo192.png
deleted
100644 → 0

5.22 KB
my-app/public/logo512.png
deleted
100644 → 0

9.44 KB
my-app/public/manifest.json
deleted
100644 → 0
my-app/public/robots.txt
deleted
100644 → 0
my-app/src/App.css
deleted
100644 → 0
my-app/src/App.js
deleted
100644 → 0
my-app/src/App.test.js
deleted
100644 → 0
my-app/src/index.css
deleted
100644 → 0
my-app/src/index.js
deleted
100644 → 0
my-app/src/logo.svg
deleted
100644 → 0
my-app/src/reportWebVitals.js
deleted
100644 → 0
my-app/src/setupTests.js
deleted
100644 → 0
react/README.md
0 → 100644
react/eslint.config.mjs
0 → 100644
react/jsconfig.json
0 → 100644
react/next.config.mjs
0 → 100644
react/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
react/package.json
0 → 100644
{ | |||
"name": "react", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev --turbopack", | |||
"build": "next build", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"react": "^19.0.0", | |||
"react-dom": "^19.0.0", | |||
"next": "15.2.2" | |||
}, | |||
"devDependencies": { | |||
"@tailwindcss/postcss": "^4", | |||
"tailwindcss": "^4", | |||
"eslint": "^9", | |||
"eslint-config-next": "15.2.2", | |||
"@eslint/eslintrc": "^3" | |||
} | |||
} |
react/postcss.config.mjs
0 → 100644
react/public/file.svg
0 → 100644
react/public/globe.svg
0 → 100644
react/public/next.svg
0 → 100644
react/public/vercel.svg
0 → 100644
react/public/window.svg
0 → 100644
react/src/app/favicon.ico
0 → 100644
No preview for this file type
react/src/app/globals.css
0 → 100644
react/src/app/layout.js
0 → 100644
react/src/app/page.js
0 → 100644
Please
register
or
sign in
to comment