@berachain/config 0.0.1-alpha.1 → 0.0.1-alpha.2

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.
Files changed (1) hide show
  1. package/package.json +38 -8
package/package.json CHANGED
@@ -1,27 +1,57 @@
1
1
  {
2
2
  "name": "@berachain/config",
3
- "version": "0.0.1-alpha.1",
3
+ "version": "0.0.1-alpha.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
8
  "author": "Berachain",
9
9
  "license": "MIT",
10
- "dependencies": {
10
+ "devDependencies": {
11
11
  "@sentry/esbuild-plugin": "3.3.1",
12
12
  "@tailwindcss/aspect-ratio": "0.4.2",
13
13
  "@tailwindcss/container-queries": "0.1.1",
14
14
  "@tailwindcss/typography": "0.5.15",
15
+ "@types/node": "22.12.0",
15
16
  "tailwindcss-animate": "1.0.7",
17
+ "tsup": "8.4.0",
16
18
  "typescript": "5.5.4"
17
19
  },
18
- "devDependencies": {
19
- "@types/node": "22.12.0",
20
- "tsup": "8.4.0"
21
- },
22
20
  "peerDependencies": {
23
- "@sentry/nextjs": "8.52.1",
24
- "next": "14.2.26"
21
+ "@sentry/esbuild-plugin": "^3.3.0",
22
+ "@sentry/nextjs": "^8.52.1",
23
+ "@tailwindcss/aspect-ratio": "~0.4.2",
24
+ "@tailwindcss/container-queries": "~0.4.1",
25
+ "@tailwindcss/typography": "~0.5.15",
26
+ "next": "^14.2.30",
27
+ "tailwindcss-animate": "~1.0.7",
28
+ "tsup": "^8.4.0"
29
+ },
30
+ "peerDependenciesMeta": {
31
+ "@sentry/nextjs": {
32
+ "optional": true
33
+ },
34
+ "@sentry/esbuild-plugin": {
35
+ "optional": true
36
+ },
37
+ "next": {
38
+ "optional": true
39
+ },
40
+ "@tailwindcss/aspect-ratio": {
41
+ "optional": true
42
+ },
43
+ "@tailwindcss/container-queries": {
44
+ "optional": true
45
+ },
46
+ "@tailwindcss/typography": {
47
+ "optional": true
48
+ },
49
+ "tailwindcss-animate": {
50
+ "optional": true
51
+ },
52
+ "tsup": {
53
+ "optional": true
54
+ }
25
55
  },
26
56
  "exports": {
27
57
  ".": {