@arpproject/recrate 0.1.12 → 0.1.13
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/dist/crate-builder/locales/en.d.ts +3 -1
- package/dist/crate-builder/locales/hu.d.ts +3 -1
- package/dist/recrate.css +2 -2
- package/dist/recrate.es.js +4753 -3529
- package/package.json +19 -27
package/package.json
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arpproject/recrate",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"type": "module",
|
|
5
|
-
|
|
6
5
|
"main": "./dist/recrate.es.js",
|
|
7
6
|
"module": "./dist/recrate.es.js",
|
|
8
7
|
"types": "./dist/index.d.ts",
|
|
9
|
-
|
|
10
8
|
"exports": {
|
|
11
9
|
".": "./dist/recrate.es.js",
|
|
12
10
|
"./style.css": "./dist/recrate.css"
|
|
13
11
|
},
|
|
14
|
-
|
|
15
12
|
"files": [
|
|
16
13
|
"dist",
|
|
17
14
|
"LICENSE",
|
|
18
15
|
"README.md"
|
|
19
16
|
],
|
|
20
|
-
|
|
21
17
|
"dependencies": {
|
|
22
18
|
"@codemirror/lang-javascript": "^6.2.3",
|
|
23
19
|
"@codemirror/state": "^6.5.2",
|
|
@@ -37,6 +33,7 @@
|
|
|
37
33
|
"@mui/x-date-pickers": "^8.2.0",
|
|
38
34
|
"@terraformer/wkt": "^2.2.1",
|
|
39
35
|
"ajv": "^8.17.1",
|
|
36
|
+
"allotment": "^1.20.5",
|
|
40
37
|
"antd": "^5.27.4",
|
|
41
38
|
"chance": "^1.1.12",
|
|
42
39
|
"codemirror": "^6.0.1",
|
|
@@ -53,7 +50,6 @@
|
|
|
53
50
|
"validator": "^13.15.0",
|
|
54
51
|
"zustand": "^5.0.4"
|
|
55
52
|
},
|
|
56
|
-
|
|
57
53
|
"scripts": {
|
|
58
54
|
"start": "vite",
|
|
59
55
|
"build": "vite build && rollup -c",
|
|
@@ -69,14 +65,12 @@
|
|
|
69
65
|
"storybook:hu": "STORYBOOK_LANG=hu storybook dev -p 6006",
|
|
70
66
|
"docs": "npx typedoc --skipErrorChecking && npx serve docs"
|
|
71
67
|
},
|
|
72
|
-
|
|
73
68
|
"eslintConfig": {
|
|
74
69
|
"extends": [
|
|
75
70
|
"react-app",
|
|
76
71
|
"react-app/jest"
|
|
77
72
|
]
|
|
78
73
|
},
|
|
79
|
-
|
|
80
74
|
"browserslist": {
|
|
81
75
|
"production": [
|
|
82
76
|
">0.2%",
|
|
@@ -89,24 +83,10 @@
|
|
|
89
83
|
"last 1 safari version"
|
|
90
84
|
]
|
|
91
85
|
},
|
|
92
|
-
|
|
93
86
|
"devDependencies": {
|
|
94
87
|
"@babel/preset-env": "^7.27.2",
|
|
95
|
-
"@tailwindcss/postcss": "^4.1.16",
|
|
96
|
-
"vite-plugin-dts": "^4.5.4",
|
|
97
|
-
"vitest": "^3.1.3",
|
|
98
|
-
"@testing-library/dom": "^10.4.0",
|
|
99
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
100
|
-
"@testing-library/react": "^16.3.0",
|
|
101
|
-
"@testing-library/user-event": "^13.5.0",
|
|
102
|
-
"@types/jest": "^27.5.2",
|
|
103
|
-
"@types/leaflet": "^1.9.18",
|
|
104
|
-
"@types/lodash": "^4.17.16",
|
|
105
|
-
"@types/node": "^20.11.30",
|
|
106
|
-
"@types/react": "^19.1.3",
|
|
107
|
-
"@types/react-dom": "^19.1.3",
|
|
108
|
-
"@types/uuid": "^10.0.0",
|
|
109
88
|
"@chromatic-com/storybook": "^3.2.6",
|
|
89
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
110
90
|
"@storybook/addon-essentials": "^8.6.12",
|
|
111
91
|
"@storybook/addon-onboarding": "^8.6.12",
|
|
112
92
|
"@storybook/blocks": "^8.6.12",
|
|
@@ -114,15 +94,28 @@
|
|
|
114
94
|
"@storybook/react": "^8.6.12",
|
|
115
95
|
"@storybook/react-vite": "^8.6.12",
|
|
116
96
|
"@storybook/test": "^8.6.12",
|
|
97
|
+
"@tailwindcss/postcss": "^4.1.16",
|
|
117
98
|
"@tailwindcss/vite": "^4.1.16",
|
|
99
|
+
"@testing-library/dom": "^10.4.0",
|
|
100
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
101
|
+
"@testing-library/react": "^16.3.0",
|
|
102
|
+
"@testing-library/user-event": "^13.5.0",
|
|
118
103
|
"@types/chance": "^1.1.6",
|
|
119
104
|
"@types/fs-extra": "^11.0.4",
|
|
105
|
+
"@types/jest": "^27.5.2",
|
|
106
|
+
"@types/leaflet": "^1.9.18",
|
|
107
|
+
"@types/lodash": "^4.17.16",
|
|
108
|
+
"@types/node": "^20.11.30",
|
|
109
|
+
"@types/react": "^19.1.3",
|
|
110
|
+
"@types/react-dom": "^19.1.3",
|
|
120
111
|
"@types/terraformer__wkt": "^2.0.3",
|
|
112
|
+
"@types/uuid": "^10.0.0",
|
|
121
113
|
"@types/validator": "^13.15.0",
|
|
122
114
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
123
115
|
"@typescript-eslint/parser": "^6.4.1",
|
|
124
116
|
"@vitejs/plugin-react": "^4.4.1",
|
|
125
117
|
"autoprefixer": "^9.8.8",
|
|
118
|
+
"cssnano": "^6.1.2",
|
|
126
119
|
"eslint-plugin-react": "^7.37.5",
|
|
127
120
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
128
121
|
"eslint-plugin-storybook": "^0.12.0",
|
|
@@ -133,13 +126,12 @@
|
|
|
133
126
|
"rollup": "^4.0.0",
|
|
134
127
|
"rollup-plugin-copy": "^3.5.0",
|
|
135
128
|
"rollup-plugin-postcss": "^4.0.2",
|
|
136
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
137
|
-
"cssnano": "^6.1.2",
|
|
138
129
|
"storybook": "^8.6.12",
|
|
139
130
|
"typescript": "^5.4.3",
|
|
140
|
-
"vite": "^6.0.0"
|
|
131
|
+
"vite": "^6.0.0",
|
|
132
|
+
"vite-plugin-dts": "^4.5.4",
|
|
133
|
+
"vitest": "^3.1.3"
|
|
141
134
|
},
|
|
142
|
-
|
|
143
135
|
"peerDependencies": {
|
|
144
136
|
"react": "^18.0.0 || ^19.0.0",
|
|
145
137
|
"react-dom": "^18.0.0 || ^19.0.0"
|