redzone 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,42 +1,28 @@
1
1
  {
2
2
  "name": "redzone",
3
- "version": "1.0.8",
4
- "private": false,
3
+ "version": "1.0.9",
4
+ "description": "ebe",
5
+ "main": "index.js",
5
6
  "scripts": {
6
- "dev": "next dev",
7
- "build": "next build",
8
- "start": "next start",
9
- "lint": "next lint"
7
+ "test": "lask"
10
8
  },
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",
29
9
  "repository": {
30
10
  "type": "git",
31
- "url": "https://github.com/tbfikar/Redzone"
11
+ "url": "git+https://github.com/tbfikar/redzone.git"
32
12
  },
33
13
  "keywords": [
34
- "blue"
14
+ "red"
35
15
  ],
36
16
  "author": "tbfikar",
37
17
  "license": "ISC",
38
18
  "bugs": {
39
- "url": "https://github.com/tbfikar/Redzone/issues"
19
+ "url": "https://github.com/tbfikar/redzone/issues"
20
+ },
21
+ "homepage": "https://github.com/tbfikar/redzone#readme",
22
+ "dependencies": {
23
+ "name": "^0.0.2",
24
+ "package": "^1.0.1",
25
+ "redzone": "^1.0.8"
40
26
  },
41
- "homepage": "https://github.com/tbfikar/Redzone#readme"
27
+ "devDependencies": {}
42
28
  }