@3sc/common-component 0.0.93 → 0.0.95
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/README.md +8 -8
- package/dist/index.es.js +9533 -9541
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +76 -76
- package/dist/index.umd.js.map +1 -1
- package/package.json +51 -51
package/package.json
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@3sc/common-component",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "dist/index.umd.js",
|
|
6
|
-
"module": "dist/index.es.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/index.es.js",
|
|
11
|
-
"require": "./dist/index.umd.js",
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"/dist"
|
|
17
|
-
],
|
|
18
|
-
"publishConfig": {
|
|
19
|
-
"access": "public"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"dev": "vite",
|
|
23
|
-
"build": "vite build",
|
|
24
|
-
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
25
|
-
"preview": "vite preview"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@emotion/react": "^11.14.0",
|
|
29
|
-
"@emotion/styled": "^11.14.0",
|
|
30
|
-
"@mui/icons-material": "^5.15.6",
|
|
31
|
-
"@mui/material": "^5.16.14",
|
|
32
|
-
"axios": "^1.6.5",
|
|
33
|
-
"framer-motion": "^12.4.3",
|
|
34
|
-
"js-cookie": "^3.0.5",
|
|
35
|
-
"react": "^18.2.0",
|
|
36
|
-
"react-dom": "^18.2.0",
|
|
37
|
-
"react-select": "^5.8.0"
|
|
38
|
-
},
|
|
39
|
-
"devDependencies": {
|
|
40
|
-
"@svgr/rollup": "^8.1.0",
|
|
41
|
-
"@types/react": "^18.2.43",
|
|
42
|
-
"@types/react-dom": "^18.2.17",
|
|
43
|
-
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
44
|
-
"eslint": "^8.55.0",
|
|
45
|
-
"eslint-plugin-react": "^7.33.2",
|
|
46
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
47
|
-
"eslint-plugin-react-refresh": "^0.4.5",
|
|
48
|
-
"sass": "^1.70.0",
|
|
49
|
-
"vite": "^5.0.8"
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@3sc/common-component",
|
|
3
|
+
"version": "0.0.95",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/index.umd.js",
|
|
6
|
+
"module": "dist/index.es.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/index.es.js",
|
|
11
|
+
"require": "./dist/index.umd.js",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"/dist"
|
|
17
|
+
],
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"dev": "vite",
|
|
23
|
+
"build": "vite build",
|
|
24
|
+
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
25
|
+
"preview": "vite preview"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@emotion/react": "^11.14.0",
|
|
29
|
+
"@emotion/styled": "^11.14.0",
|
|
30
|
+
"@mui/icons-material": "^5.15.6",
|
|
31
|
+
"@mui/material": "^5.16.14",
|
|
32
|
+
"axios": "^1.6.5",
|
|
33
|
+
"framer-motion": "^12.4.3",
|
|
34
|
+
"js-cookie": "^3.0.5",
|
|
35
|
+
"react": "^18.2.0",
|
|
36
|
+
"react-dom": "^18.2.0",
|
|
37
|
+
"react-select": "^5.8.0"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@svgr/rollup": "^8.1.0",
|
|
41
|
+
"@types/react": "^18.2.43",
|
|
42
|
+
"@types/react-dom": "^18.2.17",
|
|
43
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
44
|
+
"eslint": "^8.55.0",
|
|
45
|
+
"eslint-plugin-react": "^7.33.2",
|
|
46
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
47
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
48
|
+
"sass": "^1.70.0",
|
|
49
|
+
"vite": "^5.0.8"
|
|
50
|
+
}
|
|
51
|
+
}
|