@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.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
- "scripts": {
12
- "dev": "vite",
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.4.0",
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
- "@types/dinero.js": "^1.9.0",
55
- "@types/jest": "^27.4.0",
56
- "@types/lodash-es": "^4.17.6",
57
- "@types/node": "^17.0.8",
58
- "@types/react": "^17.0.38",
59
- "@types/react-dom": "^17.0.11",
60
- "@typescript-eslint/eslint-plugin": "^5.9.1",
61
- "@typescript-eslint/parser": "^5.9.1",
62
- "@vitejs/plugin-react": "^1.1.4",
63
- "autoprefixer": "^10.4.2",
64
- "babel-jest": "^27.4.6",
65
- "babel-loader": "^8.2.3",
66
- "eslint": "^8.6.0",
67
- "eslint-config-prettier": "^8.3.0",
68
- "eslint-plugin-prettier": "^4.0.0",
69
- "eslint-plugin-react": "^7.28.0",
70
- "eslint-plugin-react-hooks": "^4.3.0",
71
- "eslint-plugin-tailwindcss": "^3.1.2",
72
- "identity-obj-proxy": "^3.0.0",
73
- "jest": "^27.4.7",
74
- "postcss": "^8.4.5",
75
- "prettier": "2.5.1",
76
- "tailwindcss": "^3.0.15",
77
- "typescript": "^4.5.4",
78
- "vite": "^2.7.10",
79
- "vite-plugin-dts": "^1.7.1",
80
- "vite-tsconfig-paths": "^3.3.17"
81
- },
82
- "browserslist": [
83
- "last 2 versions",
84
- "> 1%",
85
- "not dead",
86
- "not ie <= 11",
87
- "not op_mini all"
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
  }