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