|
2 | 2 | "name": "commercelayer-react-checkout", |
3 | 3 | "version": "1.10.0", |
4 | 4 | "engines": { |
5 | | - "node": ">=14.x", |
6 | | - "yarn": "1.x" |
| 5 | + "node": ">=18.x" |
7 | 6 | }, |
8 | 7 | "private": true, |
9 | 8 | "scripts": { |
| 9 | + "preinstall": "npx only-allow pnpm", |
10 | 10 | "dev": "NODE_OPTIONS='--inspect' next dev", |
11 | 11 | "build": "next build", |
12 | 12 | "export": "next build && next export", |
|
71 | 71 | ], |
72 | 72 | "dependencies": { |
73 | 73 | "@commercelayer/react-components": "^3.15.0", |
| 74 | + "@commercelayer/sdk": "^4.15.1", |
74 | 75 | "@headlessui/react": "^1.6.6", |
75 | 76 | "@rollbar/react": "^0.11.1", |
| 77 | + "@tailwindcss/forms": "^0.5.2", |
| 78 | + "@tailwindcss/line-clamp": "^0.4.0", |
| 79 | + "@types/node": "^17.0.40", |
| 80 | + "@types/react": "^17.0.49", |
| 81 | + "@types/styled-components": "^5.1.25", |
| 82 | + "@types/async-retry": "1.4.3", |
| 83 | + "@types/react-gtm-module": "^2.0.1", |
| 84 | + "autoprefixer": "^10.4.8", |
76 | 85 | "async-retry": "^1.3.3", |
77 | 86 | "classnames": "^2.3.1", |
| 87 | + "i18next": "^21.9.1", |
78 | 88 | "jwt-decode": "^3.1.2", |
79 | 89 | "next": "^12.2.4", |
80 | 90 | "next-i18next": "^11.3.0", |
| 91 | + "postcss": "^8.4.16", |
81 | 92 | "react": "^17.0.2", |
82 | 93 | "react-dom": "^17.0.2", |
83 | 94 | "react-gtm-module": "^2.0.11", |
| 95 | + "react-i18next": "^11.18.5", |
84 | 96 | "react-router-dom": "6", |
85 | 97 | "rollbar": "^2.25.1", |
86 | 98 | "styled-components": "^5.3.5", |
87 | | - "twin.macro": "2.8.2" |
| 99 | + "twin.macro": "2.8.2", |
| 100 | + "tailwindcss": "^3.1.8", |
| 101 | + "typescript": "^4.7.4" |
| 102 | + |
88 | 103 | }, |
89 | 104 | "devDependencies": { |
90 | 105 | "@commercelayer/js-auth": "^2.3.0", |
|
98 | 113 | "@semantic-release/github": "^8.0.5", |
99 | 114 | "@semantic-release/npm": "^9.0.1", |
100 | 115 | "@semantic-release/release-notes-generator": "^10.0.3", |
101 | | - "@tailwindcss/forms": "^0.5.2", |
102 | | - "@tailwindcss/line-clamp": "^0.4.0", |
103 | | - "@types/async-retry": "1.4.3", |
104 | | - "@types/node": "^17.0.40", |
105 | | - "@types/react": "^17.0.45", |
106 | | - "@types/react-gtm-module": "^2.0.1", |
107 | | - "@types/styled-components": "^5.1.25", |
108 | 116 | "@typescript-eslint/eslint-plugin": "^5.32.0", |
109 | 117 | "@typescript-eslint/parser": "^5.32.0", |
110 | | - "autoprefixer": "^10.4.8", |
111 | 118 | "dotenv": "^16.0.1", |
112 | 119 | "eslint": "^8.21.0", |
113 | 120 | "eslint-config-next": "^12.2.4", |
|
119 | 126 | "eslint-plugin-promise": "^6.0.0", |
120 | 127 | "eslint-plugin-react": "^7.30.1", |
121 | 128 | "eslint-plugin-tailwind": "^0.2.1", |
122 | | - "postcss": "^8.4.16", |
123 | 129 | "prettier": "^2.7.1", |
124 | 130 | "serve": "^14.0.1", |
125 | 131 | "stylelint": "^14.9.1", |
126 | | - "stylelint-config-standard": "^26.0.0", |
127 | | - "tailwindcss": "^3.1.8", |
128 | | - "typescript": "^4.7.4" |
| 132 | + "stylelint-config-standard": "^26.0.0" |
129 | 133 | }, |
130 | 134 | "resolutions": { |
131 | | - "@types/react": "17.0.45", |
132 | | - "npm": "^8.16.0", |
| 135 | + "@types/react": "17.0.49", |
| 136 | + "npm": "^8.18.0", |
133 | 137 | "dset": "^3.1.2" |
134 | 138 | }, |
135 | 139 | "babelMacros": { |
|
0 commit comments