@orderingstack/front-components-product-configurator 1.5.3-beta.0 → 1.5.3-beta.2

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