@plurix/ecom-components 0.0.2-beta.5 → 0.0.2-beta.6
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 +58 -58
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@plurix/ecom-components",
|
|
3
|
-
"author": "Plurix",
|
|
4
|
-
"private": false,
|
|
5
|
-
"version": "0.0.2-beta.
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "dist/main.js",
|
|
8
|
-
"types": "dist/main.d.ts",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/plurix-ecommerce/ecom-components"
|
|
15
|
-
},
|
|
16
|
-
"sideEffects": [
|
|
17
|
-
"**/*.css"
|
|
18
|
-
],
|
|
19
|
-
"scripts": {
|
|
20
|
-
"dev": "vite",
|
|
21
|
-
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
22
|
-
"format": "prettier --write .",
|
|
23
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
24
|
-
"preview": "vite preview"
|
|
25
|
-
},
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"react": "^18.2.0",
|
|
28
|
-
"react-dom": "^18.2.0"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@commitlint/cli": "^17.4.2",
|
|
32
|
-
"@commitlint/config-conventional": "^17.4.2",
|
|
33
|
-
"@testing-library/jest-dom": "^6.4.5",
|
|
34
|
-
"@testing-library/react": "^15.0.7",
|
|
35
|
-
"@types/jest": "^29.5.12",
|
|
36
|
-
"@types/node": "^20.11.30",
|
|
37
|
-
"@types/react": "^18.2.71",
|
|
38
|
-
"@types/react-dom": "^18.2.22",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
40
|
-
"@typescript-eslint/parser": "^6.21.0",
|
|
41
|
-
"@vitejs/plugin-react": "^4.2.1",
|
|
42
|
-
"eslint": "^8.57.0",
|
|
43
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
44
|
-
"eslint-plugin-react-refresh": "^0.4.6",
|
|
45
|
-
"glob": "^10.3.10",
|
|
46
|
-
"prettier": "^2.2.1",
|
|
47
|
-
"react": "^18.2.0",
|
|
48
|
-
"react-dom": "^18.2.0",
|
|
49
|
-
"typescript": "^5.4.3",
|
|
50
|
-
"vite": "^4.5.3",
|
|
51
|
-
"vite-plugin-dts": "^3.7.3",
|
|
52
|
-
"vite-plugin-lib-inject-css": "^2.0.1"
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@acctglobal/skeleton": "^1.0.0",
|
|
56
|
-
"axios": "1.3.0"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@plurix/ecom-components",
|
|
3
|
+
"author": "Plurix",
|
|
4
|
+
"private": false,
|
|
5
|
+
"version": "0.0.2-beta.6",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "dist/main.js",
|
|
8
|
+
"types": "dist/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/plurix-ecommerce/ecom-components"
|
|
15
|
+
},
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"**/*.css"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "vite",
|
|
21
|
+
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
22
|
+
"format": "prettier --write .",
|
|
23
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
24
|
+
"preview": "vite preview"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": "^18.2.0",
|
|
28
|
+
"react-dom": "^18.2.0"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@commitlint/cli": "^17.4.2",
|
|
32
|
+
"@commitlint/config-conventional": "^17.4.2",
|
|
33
|
+
"@testing-library/jest-dom": "^6.4.5",
|
|
34
|
+
"@testing-library/react": "^15.0.7",
|
|
35
|
+
"@types/jest": "^29.5.12",
|
|
36
|
+
"@types/node": "^20.11.30",
|
|
37
|
+
"@types/react": "^18.2.71",
|
|
38
|
+
"@types/react-dom": "^18.2.22",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
40
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
41
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
42
|
+
"eslint": "^8.57.0",
|
|
43
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
44
|
+
"eslint-plugin-react-refresh": "^0.4.6",
|
|
45
|
+
"glob": "^10.3.10",
|
|
46
|
+
"prettier": "^2.2.1",
|
|
47
|
+
"react": "^18.2.0",
|
|
48
|
+
"react-dom": "^18.2.0",
|
|
49
|
+
"typescript": "^5.4.3",
|
|
50
|
+
"vite": "^4.5.3",
|
|
51
|
+
"vite-plugin-dts": "^3.7.3",
|
|
52
|
+
"vite-plugin-lib-inject-css": "^2.0.1"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@acctglobal/skeleton": "^1.0.0",
|
|
56
|
+
"axios": "1.3.0"
|
|
57
|
+
}
|
|
58
|
+
}
|