redzone 1.0.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +28 -8
- package/redzone/package-lock.json +0 -4849
- package/redzone/package.json +0 -27
- /package/{redzone/.eslintrc.json → .eslintrc.json} +0 -0
- /package/{redzone/README.md → README.md} +0 -0
- /package/{redzone/app → app}/favicon.ico +0 -0
- /package/{redzone/app → app}/globals.css +0 -0
- /package/{redzone/app → app}/layout.tsx +0 -0
- /package/{redzone/app → app}/page.tsx +0 -0
- /package/{redzone/next.config.mjs → next.config.mjs} +0 -0
- /package/{redzone/postcss.config.js → postcss.config.js} +0 -0
- /package/{redzone/public → public}/next.svg +0 -0
- /package/{redzone/public → public}/vercel.svg +0 -0
- /package/{redzone/tailwind.config.ts → tailwind.config.ts} +0 -0
- /package/{redzone/tsconfig.json → tsconfig.json} +0 -0
package/redzone/package.json
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "redzone",
|
3
|
-
"version": "0.8.0",
|
4
|
-
"private": true,
|
5
|
-
"scripts": {
|
6
|
-
"dev": "next dev",
|
7
|
-
"build": "next build",
|
8
|
-
"start": "next start",
|
9
|
-
"lint": "next lint"
|
10
|
-
},
|
11
|
-
"dependencies": {
|
12
|
-
"react": "^18",
|
13
|
-
"react-dom": "^18",
|
14
|
-
"next": "14.1.1"
|
15
|
-
},
|
16
|
-
"devDependencies": {
|
17
|
-
"typescript": "^5",
|
18
|
-
"@types/node": "^20",
|
19
|
-
"@types/react": "^18",
|
20
|
-
"@types/react-dom": "^18",
|
21
|
-
"autoprefixer": "^10.0.1",
|
22
|
-
"postcss": "^8",
|
23
|
-
"tailwindcss": "^3.3.0",
|
24
|
-
"eslint": "^8",
|
25
|
-
"eslint-config-next": "14.1.1"
|
26
|
-
}
|
27
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|