redzone 1.0.0 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,22 +1,42 @@
1
1
  {
2
2
  "name": "redzone",
3
- "version": "1.0.0",
4
- "description": "ebe",
5
- "main": "index.js",
3
+ "version": "1.0.7",
4
+ "private": false,
6
5
  "scripts": {
7
- "test": "lask"
6
+ "dev": "next dev",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint"
8
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
+ "description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
28
+ "main": "postcss.config.js",
9
29
  "repository": {
10
30
  "type": "git",
11
- "url": "git+https://github.com/tbfikar/redzone.git"
31
+ "url": "https://github.com/tbfikar/Redzone"
12
32
  },
13
33
  "keywords": [
14
- "red"
34
+ "blue"
15
35
  ],
16
36
  "author": "tbfikar",
17
37
  "license": "ISC",
18
38
  "bugs": {
19
- "url": "https://github.com/tbfikar/redzone/issues"
39
+ "url": "https://github.com/tbfikar/Redzone/issues"
20
40
  },
21
- "homepage": "https://github.com/tbfikar/redzone#readme"
41
+ "homepage": "https://github.com/tbfikar/Redzone#readme"
22
42
  }