|
Last change
on this file since 65f7b64 was 65f7b64, checked in by stefansaveski <stefansaveski19@…>, 12 months ago |
|
Initial commit from Create Next App
|
-
Property mode
set to
100644
|
|
File size:
566 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "iknow-remaster",
|
|---|
| 3 | "version": "0.1.0",
|
|---|
| 4 | "private": true,
|
|---|
| 5 | "scripts": {
|
|---|
| 6 | "dev": "next dev",
|
|---|
| 7 | "build": "next build",
|
|---|
| 8 | "start": "next start",
|
|---|
| 9 | "lint": "eslint"
|
|---|
| 10 | },
|
|---|
| 11 | "dependencies": {
|
|---|
| 12 | "react": "19.1.0",
|
|---|
| 13 | "react-dom": "19.1.0",
|
|---|
| 14 | "next": "15.5.4"
|
|---|
| 15 | },
|
|---|
| 16 | "devDependencies": {
|
|---|
| 17 | "typescript": "^5",
|
|---|
| 18 | "@types/node": "^20",
|
|---|
| 19 | "@types/react": "^19",
|
|---|
| 20 | "@types/react-dom": "^19",
|
|---|
| 21 | "@tailwindcss/postcss": "^4",
|
|---|
| 22 | "tailwindcss": "^4",
|
|---|
| 23 | "eslint": "^9",
|
|---|
| 24 | "eslint-config-next": "15.5.4",
|
|---|
| 25 | "@eslint/eslintrc": "^3"
|
|---|
| 26 | }
|
|---|
| 27 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.