@orderingstack/front-components-product-configurator 0.0.4 → 0.0.7

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