jclib-ui 1.0.98 → 1.0.99
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 +72 -72
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "jclib-ui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite --port 3088",
|
|
8
|
-
"build": "tsc && vite build",
|
|
9
|
-
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
10
|
-
"preview": "vite preview",
|
|
11
|
-
"p": "tsc && vite build && yarn publish --patch",
|
|
12
|
-
"jcu": "yarn add jcinfo-utils"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"localforage": "^1.10.0"
|
|
16
|
-
},
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@popperjs/core": "^2.11.8",
|
|
19
|
-
"@types/node": "^20.
|
|
20
|
-
"@types/react": "^18.3.3",
|
|
21
|
-
"@types/react-dom": "^18.3.0",
|
|
22
|
-
"@types/react-router-dom": "^5.3.3",
|
|
23
|
-
"@types/styled-components": "^5.1.
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
25
|
-
"@typescript-eslint/parser": "^6.
|
|
26
|
-
"@vitejs/plugin-react": "^4.
|
|
27
|
-
"axios": "^1.
|
|
28
|
-
"bootstrap": "^5.3.
|
|
29
|
-
"eslint": "^8.
|
|
30
|
-
"eslint-plugin-react": "^7.
|
|
31
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
32
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
33
|
-
"framer-motion": "^10.
|
|
34
|
-
"jcinfo-utils": "^1.0.
|
|
35
|
-
"js-file-download": "^0.4.12",
|
|
36
|
-
"lightningcss": "^1.
|
|
37
|
-
"react": "^18.3.1",
|
|
38
|
-
"react-dom": "^18.3.1",
|
|
39
|
-
"react-number-format": "4.9.4",
|
|
40
|
-
"react-qr-reader": "
|
|
41
|
-
"react-router-dom": "5.
|
|
42
|
-
"reactstrap": "^9.2.
|
|
43
|
-
"sass": "^1.
|
|
44
|
-
"styled-components": "^5.3.
|
|
45
|
-
"terser": "^5.
|
|
46
|
-
"typescript": "^5.4.
|
|
47
|
-
"vite": "^5.
|
|
48
|
-
"vite-plugin-dts": "^3.
|
|
49
|
-
},
|
|
50
|
-
"peerDependencies": {
|
|
51
|
-
"@popperjs/core": "^2.11.8",
|
|
52
|
-
"axios": "^1.6.0",
|
|
53
|
-
"bootstrap": "^5.3.1",
|
|
54
|
-
"framer-motion": "^10.16.1",
|
|
55
|
-
"jcinfo-utils": "^1.0.x",
|
|
56
|
-
"js-file-download": "^0.4.x",
|
|
57
|
-
"localforage": "^1.x",
|
|
58
|
-
"react": "^18.x",
|
|
59
|
-
"react-dom": "^18.x",
|
|
60
|
-
"react-number-format": "4.8.0",
|
|
61
|
-
"react-qr-reader": "^3.0.0-beta-1",
|
|
62
|
-
"react-router-dom": "5.x",
|
|
63
|
-
"reactstrap": "^9.2.0",
|
|
64
|
-
"styled-components": "^5.3.6"
|
|
65
|
-
},
|
|
66
|
-
"files": [
|
|
67
|
-
"dist"
|
|
68
|
-
],
|
|
69
|
-
"main": "./dist/jclib-ui.umd.js",
|
|
70
|
-
"module": "./dist/jclib-ui.es.js",
|
|
71
|
-
"types": "./dist/index.d.ts"
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jclib-ui",
|
|
3
|
+
"version": "1.0.99",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vite --port 3088",
|
|
8
|
+
"build": "tsc && vite build",
|
|
9
|
+
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
10
|
+
"preview": "vite preview",
|
|
11
|
+
"p": "tsc && vite build && yarn publish --patch",
|
|
12
|
+
"jcu": "yarn add jcinfo-utils"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"localforage": "^1.10.0"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@popperjs/core": "^2.11.8",
|
|
19
|
+
"@types/node": "^20.14.2",
|
|
20
|
+
"@types/react": "^18.3.3",
|
|
21
|
+
"@types/react-dom": "^18.3.0",
|
|
22
|
+
"@types/react-router-dom": "^5.3.3",
|
|
23
|
+
"@types/styled-components": "^5.1.34",
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
25
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
26
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
27
|
+
"axios": "^1.7.2",
|
|
28
|
+
"bootstrap": "^5.3.3",
|
|
29
|
+
"eslint": "^8.57.0",
|
|
30
|
+
"eslint-plugin-react": "^7.34.2",
|
|
31
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
32
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
33
|
+
"framer-motion": "^10.18.0",
|
|
34
|
+
"jcinfo-utils": "^1.0.49",
|
|
35
|
+
"js-file-download": "^0.4.12",
|
|
36
|
+
"lightningcss": "^1.25.1",
|
|
37
|
+
"react": "^18.3.1",
|
|
38
|
+
"react-dom": "^18.3.1",
|
|
39
|
+
"react-number-format": "4.9.4",
|
|
40
|
+
"react-qr-reader": "3.0.0-beta-1",
|
|
41
|
+
"react-router-dom": "~5.3.4",
|
|
42
|
+
"reactstrap": "^9.2.2",
|
|
43
|
+
"sass": "^1.77.5",
|
|
44
|
+
"styled-components": "^5.3.11",
|
|
45
|
+
"terser": "^5.31.1",
|
|
46
|
+
"typescript": "^5.4.5",
|
|
47
|
+
"vite": "^5.3.0",
|
|
48
|
+
"vite-plugin-dts": "^3.9.1"
|
|
49
|
+
},
|
|
50
|
+
"peerDependencies": {
|
|
51
|
+
"@popperjs/core": "^2.11.8",
|
|
52
|
+
"axios": "^1.6.0",
|
|
53
|
+
"bootstrap": "^5.3.1",
|
|
54
|
+
"framer-motion": "^10.16.1",
|
|
55
|
+
"jcinfo-utils": "^1.0.x",
|
|
56
|
+
"js-file-download": "^0.4.x",
|
|
57
|
+
"localforage": "^1.x",
|
|
58
|
+
"react": "^18.x",
|
|
59
|
+
"react-dom": "^18.x",
|
|
60
|
+
"react-number-format": "4.8.0",
|
|
61
|
+
"react-qr-reader": "^3.0.0-beta-1",
|
|
62
|
+
"react-router-dom": "5.x",
|
|
63
|
+
"reactstrap": "^9.2.0",
|
|
64
|
+
"styled-components": "^5.3.6"
|
|
65
|
+
},
|
|
66
|
+
"files": [
|
|
67
|
+
"dist"
|
|
68
|
+
],
|
|
69
|
+
"main": "./dist/jclib-ui.umd.js",
|
|
70
|
+
"module": "./dist/jclib-ui.es.js",
|
|
71
|
+
"types": "./dist/index.d.ts"
|
|
72
|
+
}
|