@redapollos/storm-form 0.0.4 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,16 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@redapollos/storm-form",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.6",
|
5
5
|
"description": "A form library for StormCMS",
|
6
6
|
"author": "redapollos",
|
7
7
|
"type": "module",
|
8
8
|
"main": "dist/index.js",
|
9
9
|
"scripts": {
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"lint": "eslint .",
|
13
|
-
"preview": "vite preview"
|
10
|
+
"build": "babel src --out-dir dist --verbose",
|
11
|
+
"lint": "eslint ."
|
14
12
|
},
|
15
13
|
"dependencies": {
|
16
14
|
"react": "^18.3.1",
|
@@ -24,13 +22,11 @@
|
|
24
22
|
"@eslint/js": "^9.17.0",
|
25
23
|
"@types/react": "^18.3.18",
|
26
24
|
"@types/react-dom": "^18.3.5",
|
27
|
-
"@vitejs/plugin-react": "^4.3.4",
|
28
25
|
"eslint": "^9.17.0",
|
29
26
|
"eslint-plugin-react": "^7.37.2",
|
30
27
|
"eslint-plugin-react-hooks": "^5.0.0",
|
31
28
|
"eslint-plugin-react-refresh": "^0.4.16",
|
32
|
-
"globals": "^15.14.0"
|
33
|
-
"vite": "^6.0.5"
|
29
|
+
"globals": "^15.14.0"
|
34
30
|
},
|
35
31
|
"repository": {
|
36
32
|
"type": "git",
|
File without changes
|