@orderingstack/front-components-product-configurator 1.3.3 → 1.3.4
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
CHANGED
|
@@ -1,89 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@orderingstack/front-components-product-configurator",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"main": "dist/index.cjs.js",
|
|
6
|
-
"module": "dist/index.es.js",
|
|
7
|
-
"types": "dist/types/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
},
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"react
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
]
|
|
1
|
+
{
|
|
2
|
+
"name": "@orderingstack/front-components-product-configurator",
|
|
3
|
+
"version": "1.3.4",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
|
+
"module": "dist/index.es.js",
|
|
7
|
+
"types": "dist/types/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@headlessui/react": "^1.4.2",
|
|
13
|
+
"clsx": "^1.1.1",
|
|
14
|
+
"dinero.js": "^1.9.1",
|
|
15
|
+
"i18next": "^21.6.11",
|
|
16
|
+
"i18next-browser-languagedetector": "^6.1.3",
|
|
17
|
+
"i18next-http-backend": "^1.3.2",
|
|
18
|
+
"lodash-es": "^4.17.21",
|
|
19
|
+
"react-hook-form": "^7.24.1",
|
|
20
|
+
"react-i18next": "^11.15.4",
|
|
21
|
+
"zustand": "^3.6.9"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"react": "^17.0.2 || ^18.2.0",
|
|
25
|
+
"react-dom": "^17.0.2 || ^18.2.0",
|
|
26
|
+
"react-spring": "^9.5.2"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/core": "^7.16.7",
|
|
30
|
+
"@babel/preset-env": "^7.16.8",
|
|
31
|
+
"@babel/preset-react": "^7.16.7",
|
|
32
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
33
|
+
"@orderingstack/ordering-types": "1.4.0",
|
|
34
|
+
"@storybook/addon-actions": "^6.4.12",
|
|
35
|
+
"@storybook/addon-essentials": "^6.4.12",
|
|
36
|
+
"@storybook/addon-links": "^6.4.12",
|
|
37
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
38
|
+
"@storybook/addon-viewport": "^6.4.13",
|
|
39
|
+
"@storybook/react": "^6.4.12",
|
|
40
|
+
"@testing-library/jest-dom": "^5.16.1",
|
|
41
|
+
"@testing-library/react": "^12.1.2",
|
|
42
|
+
"@types/dinero.js": "^1.9.0",
|
|
43
|
+
"@types/jest": "^27.4.0",
|
|
44
|
+
"@types/lodash-es": "^4.17.6",
|
|
45
|
+
"@types/node": "^17.0.8",
|
|
46
|
+
"@types/react": "^17.0.38",
|
|
47
|
+
"@types/react-dom": "^17.0.11",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
49
|
+
"@typescript-eslint/parser": "^5.9.1",
|
|
50
|
+
"@vitejs/plugin-react": "^1.1.4",
|
|
51
|
+
"autoprefixer": "^10.4.2",
|
|
52
|
+
"babel-jest": "^27.4.6",
|
|
53
|
+
"babel-loader": "^8.2.3",
|
|
54
|
+
"eslint": "^8.6.0",
|
|
55
|
+
"eslint-config-prettier": "^8.3.0",
|
|
56
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
57
|
+
"eslint-plugin-react": "^7.28.0",
|
|
58
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
59
|
+
"eslint-plugin-tailwindcss": "^3.1.2",
|
|
60
|
+
"identity-obj-proxy": "^3.0.0",
|
|
61
|
+
"jest": "^27.4.7",
|
|
62
|
+
"postcss": "^8.4.5",
|
|
63
|
+
"prettier": "2.5.1",
|
|
64
|
+
"tailwindcss": "^3.0.15",
|
|
65
|
+
"typescript": "^4.5.4",
|
|
66
|
+
"vite": "^2.7.10",
|
|
67
|
+
"vite-plugin-dts": "^1.7.1",
|
|
68
|
+
"vite-tsconfig-paths": "^3.3.17"
|
|
69
|
+
},
|
|
70
|
+
"browserslist": [
|
|
71
|
+
"last 2 versions",
|
|
72
|
+
"> 1%",
|
|
73
|
+
"not dead",
|
|
74
|
+
"not ie <= 11",
|
|
75
|
+
"not op_mini all"
|
|
76
|
+
],
|
|
77
|
+
"scripts": {
|
|
78
|
+
"dev": "vite",
|
|
79
|
+
"build": "vite build",
|
|
80
|
+
"build:watch": "vite build --watch",
|
|
81
|
+
"serve": "vite preview",
|
|
82
|
+
"test": "jest",
|
|
83
|
+
"lint": "eslint src --max-warnings=0",
|
|
84
|
+
"storybook": "start-storybook -p 6006",
|
|
85
|
+
"build-storybook": "build-storybook",
|
|
86
|
+
"typecheck": "tsc --project tsconfig.json --noEmit"
|
|
87
|
+
}
|
|
89
88
|
}
|