react-resizable-panels 4.12.0 → 4.12.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-resizable-panels",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
|
|
6
6
|
"contributors": [
|
|
@@ -18,34 +18,6 @@
|
|
|
18
18
|
"files": [
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
|
-
"scripts": {
|
|
22
|
-
"dev": "vite",
|
|
23
|
-
"dev:integrations": "pnpm run /^dev:integrations:.*/",
|
|
24
|
-
"dev:integrations:next": "pnpm -C integrations/next/ run dev",
|
|
25
|
-
"dev:integrations:vike": "pnpm -C integrations/vike/ run dev",
|
|
26
|
-
"dev:integrations:vite": "pnpm -C integrations/vite/ run dev",
|
|
27
|
-
"build": "pnpm run /^build:.*/",
|
|
28
|
-
"build:docs": "cross-env TARGET=docs vite build",
|
|
29
|
-
"build:lib": "cross-env TARGET=lib vite build",
|
|
30
|
-
"compile": "pnpm run --sequential /^compile:.*/",
|
|
31
|
-
"compile:docs": "tsx ./scripts/compile-docs",
|
|
32
|
-
"compile:examples": "tsx ./scripts/compile-examples",
|
|
33
|
-
"compile:search-index": "tsx ./scripts/compile-search-index",
|
|
34
|
-
"compress:og-image": "tsx ./scripts/compress-og-image",
|
|
35
|
-
"e2e:install": "pnpm -C integrations/tests exec playwright install --with-deps",
|
|
36
|
-
"e2e:test": "pnpm -C integrations/tests run test",
|
|
37
|
-
"e2e:test:main": "pnpm -C integrations/tests run test --project=chromium",
|
|
38
|
-
"e2e:test:popup": "pnpm -C integrations/tests run test --project=chromium:popup",
|
|
39
|
-
"lint": "eslint .",
|
|
40
|
-
"prerelease": "rimraf dist && pnpm run build:lib",
|
|
41
|
-
"prettier": "prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
|
|
42
|
-
"prettier:ci": "prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
|
|
43
|
-
"preview": "vite preview",
|
|
44
|
-
"test": "vitest",
|
|
45
|
-
"test:ci": "vitest run",
|
|
46
|
-
"test:debug": "vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism",
|
|
47
|
-
"tsc": "tsc -b"
|
|
48
|
-
},
|
|
49
21
|
"lint-staged": {
|
|
50
22
|
"**/*": "prettier --write --ignore-unknown"
|
|
51
23
|
},
|
|
@@ -120,5 +92,33 @@
|
|
|
120
92
|
"vitest": "^3.2.4",
|
|
121
93
|
"vitest-fail-on-console": "^0.10.1",
|
|
122
94
|
"zustand": "^5.0.7"
|
|
95
|
+
},
|
|
96
|
+
"scripts": {
|
|
97
|
+
"dev": "vite",
|
|
98
|
+
"dev:integrations": "pnpm run /^dev:integrations:.*/",
|
|
99
|
+
"dev:integrations:next": "pnpm -C integrations/next/ run dev",
|
|
100
|
+
"dev:integrations:vike": "pnpm -C integrations/vike/ run dev",
|
|
101
|
+
"dev:integrations:vite": "pnpm -C integrations/vite/ run dev",
|
|
102
|
+
"build": "pnpm run /^build:.*/",
|
|
103
|
+
"build:docs": "cross-env TARGET=docs vite build",
|
|
104
|
+
"build:lib": "cross-env TARGET=lib vite build",
|
|
105
|
+
"compile": "pnpm run --sequential /^compile:.*/",
|
|
106
|
+
"compile:docs": "tsx ./scripts/compile-docs",
|
|
107
|
+
"compile:examples": "tsx ./scripts/compile-examples",
|
|
108
|
+
"compile:search-index": "tsx ./scripts/compile-search-index",
|
|
109
|
+
"compress:og-image": "tsx ./scripts/compress-og-image",
|
|
110
|
+
"e2e:install": "pnpm -C integrations/tests exec playwright install --with-deps",
|
|
111
|
+
"e2e:test": "pnpm -C integrations/tests run test",
|
|
112
|
+
"e2e:test:main": "pnpm -C integrations/tests run test --project=chromium",
|
|
113
|
+
"e2e:test:popup": "pnpm -C integrations/tests run test --project=chromium:popup",
|
|
114
|
+
"lint": "eslint .",
|
|
115
|
+
"prerelease": "rimraf dist && pnpm run build:lib",
|
|
116
|
+
"prettier": "prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
|
|
117
|
+
"prettier:ci": "prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
|
|
118
|
+
"preview": "vite preview",
|
|
119
|
+
"test": "vitest",
|
|
120
|
+
"test:ci": "vitest run",
|
|
121
|
+
"test:debug": "vitest --inspect-brk=127.0.0.1:3000 --no-file-parallelism",
|
|
122
|
+
"tsc": "tsc -b"
|
|
123
123
|
}
|
|
124
|
-
}
|
|
124
|
+
}
|