@ultraviolet/plus 3.7.1 → 3.7.3
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 +50 -49
package/package.json
CHANGED
|
@@ -1,35 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/plus",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"description": "Ultraviolet Plus",
|
|
5
|
-
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/scaleway/ultraviolet.git",
|
|
9
|
-
"directory": "packages/plus"
|
|
10
|
-
},
|
|
11
5
|
"keywords": [
|
|
12
6
|
"react",
|
|
13
7
|
"reactjs",
|
|
14
8
|
"ui"
|
|
15
9
|
],
|
|
10
|
+
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
16
11
|
"license": "Apache-2.0",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"node": ">=18.x",
|
|
22
|
-
"pnpm": ">=9.x"
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/scaleway/ultraviolet.git",
|
|
15
|
+
"directory": "packages/plus"
|
|
23
16
|
},
|
|
24
17
|
"os": [
|
|
25
18
|
"darwin",
|
|
26
19
|
"linux"
|
|
27
20
|
],
|
|
28
|
-
"sideEffects": false,
|
|
29
21
|
"type": "module",
|
|
22
|
+
"sideEffects": false,
|
|
23
|
+
"main": "./dist/index.js",
|
|
30
24
|
"module": "./dist/index.js",
|
|
31
25
|
"types": "./dist/index.d.ts",
|
|
32
|
-
"main": "./dist/index.js",
|
|
33
26
|
"exports": {
|
|
34
27
|
".": {
|
|
35
28
|
"types": "./dist/index.d.ts",
|
|
@@ -39,6 +32,40 @@
|
|
|
39
32
|
},
|
|
40
33
|
"./styles": "./dist/plus.css"
|
|
41
34
|
},
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@uiw/codemirror-extensions-langs": "4.25.8",
|
|
40
|
+
"@uiw/codemirror-theme-material": "4.25.8",
|
|
41
|
+
"@uiw/react-codemirror": "4.25.8",
|
|
42
|
+
"@vanilla-extract/css": "1.18.0",
|
|
43
|
+
"@vanilla-extract/dynamic": "2.1.5",
|
|
44
|
+
"@vanilla-extract/recipes": "0.5.7",
|
|
45
|
+
"@vanilla-extract/vite-plugin": "5.2.1",
|
|
46
|
+
"codemirror": "6.0.2",
|
|
47
|
+
"csstype": "3.2.3",
|
|
48
|
+
"react-intersection-observer": "10.0.3",
|
|
49
|
+
"@ultraviolet/icons": "5.2.1",
|
|
50
|
+
"@ultraviolet/themes": "3.1.2",
|
|
51
|
+
"@ultraviolet/ui": "3.12.3",
|
|
52
|
+
"@ultraviolet/utils": "1.0.7"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@babel/core": "7.29.0",
|
|
56
|
+
"@types/react": "19.2.14",
|
|
57
|
+
"@types/react-dom": "19.2.3",
|
|
58
|
+
"react": "19.2.4",
|
|
59
|
+
"react-dom": "19.2.4",
|
|
60
|
+
"vite": "8.0.1",
|
|
61
|
+
"@repo/config": "0.0.3",
|
|
62
|
+
"@ultraviolet/illustrations": "6.0.13",
|
|
63
|
+
"@utils/test": "0.0.1"
|
|
64
|
+
},
|
|
65
|
+
"peerDependencies": {
|
|
66
|
+
"react": "18.x || 19.x",
|
|
67
|
+
"react-dom": "18.x || 19.x"
|
|
68
|
+
},
|
|
42
69
|
"size-limit": [
|
|
43
70
|
{
|
|
44
71
|
"path": [
|
|
@@ -52,46 +79,20 @@
|
|
|
52
79
|
"running": false
|
|
53
80
|
}
|
|
54
81
|
],
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@babel/core": "7.29.0",
|
|
61
|
-
"@types/react": "19.2.14",
|
|
62
|
-
"@types/react-dom": "19.2.3",
|
|
63
|
-
"react": "19.2.4",
|
|
64
|
-
"react-dom": "19.2.4",
|
|
65
|
-
"vite": "8.0.0-beta.18",
|
|
66
|
-
"@repo/config": "0.0.3",
|
|
67
|
-
"@ultraviolet/illustrations": "6.0.12",
|
|
68
|
-
"@utils/test": "0.0.1"
|
|
69
|
-
},
|
|
70
|
-
"dependencies": {
|
|
71
|
-
"@uiw/codemirror-extensions-langs": "4.25.2",
|
|
72
|
-
"@uiw/codemirror-theme-material": "4.25.2",
|
|
73
|
-
"@uiw/react-codemirror": "4.25.2",
|
|
74
|
-
"@vanilla-extract/css": "1.18.0",
|
|
75
|
-
"@vanilla-extract/dynamic": "2.1.5",
|
|
76
|
-
"@vanilla-extract/recipes": "0.5.7",
|
|
77
|
-
"@vanilla-extract/vite-plugin": "5.1.4",
|
|
78
|
-
"csstype": "3.2.3",
|
|
79
|
-
"react-intersection-observer": "10.0.3",
|
|
80
|
-
"@ultraviolet/icons": "5.2.0",
|
|
81
|
-
"@ultraviolet/themes": "3.1.2",
|
|
82
|
-
"@ultraviolet/ui": "3.12.1",
|
|
83
|
-
"@ultraviolet/utils": "1.0.6"
|
|
82
|
+
"engines": {
|
|
83
|
+
"node": ">=18.x",
|
|
84
|
+
"pnpm": ">=9.x"
|
|
84
85
|
},
|
|
85
86
|
"scripts": {
|
|
86
|
-
"type:generate": "tsgo --declaration -p tsconfig.build.json",
|
|
87
|
-
"watch": "pnpm run '/^watch:.*/'",
|
|
88
|
-
"watch:build": "vite build --config vite.config.ts --watch",
|
|
89
87
|
"build": "vite build --config vite.config.ts && pnpm run type:generate",
|
|
90
88
|
"build:profile": "npx vite-bundle-visualizer -c vite.config.ts",
|
|
91
|
-
"
|
|
89
|
+
"lintpublish": "publint",
|
|
92
90
|
"size": "size-limit",
|
|
93
91
|
"test:unit": "LC_ALL=en_US.UTF-8 pnpm vitest --run --config vitest.config.ts",
|
|
94
92
|
"test:unit:coverage": "pnpm test:unit --coverage",
|
|
95
|
-
"
|
|
93
|
+
"type:generate": "tsgo --declaration -p tsconfig.build.json",
|
|
94
|
+
"typecheck": "tsgo --noEmit",
|
|
95
|
+
"watch": "pnpm run '/^watch:.*/'",
|
|
96
|
+
"watch:build": "vite build --config vite.config.ts --watch"
|
|
96
97
|
}
|
|
97
98
|
}
|