atomos_next_genesis 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,21 +1,24 @@
1
1
  {
2
2
  "name": "atomos_next_genesis",
3
- "description": "list of components for your project",
4
- "version": "0.0.5",
3
+ "version": "0.0.6",
5
4
  "private": false,
6
- "main": "dist/index.js",
7
- "module": "dist/index.mjs",
8
- "types": "dist/index.d.ts",
9
- "type": "module",
10
- "repository": {
11
- "url": "git+https://github.com/atomostechhq/genesis.git"
12
- },
5
+ "description": "list of components for your project",
13
6
  "keywords": [
14
7
  "component",
15
8
  "library",
16
9
  "nextjs",
17
10
  "typescript"
18
11
  ],
12
+ "homepage": "https://github.com/atomostechhq/genesis#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/atomostechhq/genesis/issues"
15
+ },
16
+ "repository": {
17
+ "url": "git+https://github.com/atomostechhq/genesis.git"
18
+ },
19
+ "license": "MIT",
20
+ "author": "riya",
21
+ "type": "module",
19
22
  "exports": {
20
23
  ".": {
21
24
  "import": "./dist/index.js",
@@ -27,6 +30,11 @@
27
30
  "require": "./dist/index.css"
28
31
  }
29
32
  },
33
+ "main": "dist/index.js",
34
+ "types": "dist/index.d.ts",
35
+ "files": [
36
+ "dist/**/*"
37
+ ],
30
38
  "scripts": {
31
39
  "dev": "next dev",
32
40
  "build:css": "postcss app/globals.css -o dist/index.css",
@@ -36,7 +44,6 @@
36
44
  "clean": "rm -rf dist",
37
45
  "build": "tsup && npm run build:css"
38
46
  },
39
- "license": "MIT",
40
47
  "dependencies": {
41
48
  "@remixicon/react": "^4.2.0",
42
49
  "class-variance-authority": "^0.7.0",
@@ -48,13 +55,6 @@
48
55
  "tailwind-merge": "^2.2.2",
49
56
  "tsup": "^8.0.2"
50
57
  },
51
- "peerDependencies": {
52
- "react": "^18",
53
- "react-dom": "^18"
54
- },
55
- "files": [
56
- "dist/**/*"
57
- ],
58
58
  "devDependencies": {
59
59
  "@babel/core": "^7.24.5",
60
60
  "@babel/preset-env": "^7.24.5",
@@ -76,9 +76,9 @@
76
76
  "tailwindcss": "^3.4.3",
77
77
  "typescript": "^5"
78
78
  },
79
- "author": "riya",
80
- "bugs": {
81
- "url": "https://github.com/atomostechhq/genesis/issues"
79
+ "peerDependencies": {
80
+ "react": "^18",
81
+ "react-dom": "^18"
82
82
  },
83
- "homepage": "https://github.com/atomostechhq/genesis#readme"
83
+ "module": "dist/index.mjs"
84
84
  }