-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "rmt-sdk-ts",
"version": "0.0.2",
"license": "MIT",
"devDependencies": {
"@nx/esbuild": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/linter": "17.1.3",
"@nx/node": "17.1.3",
"@nx/remix": "17.0.0",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@openapitools/openapi-generator-cli": "2.7.0",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@trumbitta/nx-plugin-openapi": "^1.12.1",
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"esbuild": "^0.19.7",
"eslint": "~8.54.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "17.1.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.3.2"
},
"packageManager": "[email protected]",
"dependencies": {
"@commercetools/platform-sdk": "^4.11.0",
"@commercetools/sdk-client-v2": "^2.3.0",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix": "^1.19.3",
"tslib": "^2.6.2"
},
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "remix setup node"
}
}