saleor-apps-redis_apl/apps/data-importer/package.json

64 lines
2 KiB
JSON
Raw Normal View History

2023-02-07 18:11:39 +00:00
{
"name": "saleor-app-data-importer",
"version": "1.9.6",
2023-02-07 18:11:39 +00:00
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
2023-02-07 18:11:39 +00:00
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
"generate": "graphql-codegen",
"lint": "next lint",
"lint:fix": "eslint --fix .",
"start": "next start",
"test": "vitest"
2023-02-07 18:11:39 +00:00
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
2023-07-13 15:38:04 +00:00
"@saleor/app-sdk": "0.41.1",
2023-03-01 14:24:16 +00:00
"@saleor/apps-shared": "workspace:*",
2023-08-29 08:47:50 +00:00
"@saleor/macaw-ui": "0.8.0-pre.127",
"@sentry/nextjs": "7.67.0",
"@urql/exchange-auth": "^2.1.4",
"@vitejs/plugin-react": "4.0.4",
2023-02-07 18:11:39 +00:00
"dot-object": "^2.1.4",
"graphql": "16.7.1",
2023-02-07 18:11:39 +00:00
"graphql-tag": "^2.12.6",
"jose": "^4.11.2",
"jsdom": "^20.0.3",
"next": "13.4.8",
"nuvo-react": "^1.22.1",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
2023-02-07 18:11:39 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "^4.0.4",
2023-02-07 18:11:39 +00:00
"usehooks-ts": "^2.9.1",
"vite": "4.4.8",
"vitest": "0.34.1",
CMS App v2 (#721) * initial setup * GRaphql setup * [skip ci] * Manifest and register endpoints * Add config schemas * contentful client * contentful client * [skip ci] trpc setup * metadata manager and contentful router * Configuration config * contentful config - adding providers * add provider page * wip contentful form * contentful form * list providrs * edit contentful form * [skip ci] * [skip ci] replace contentful sdk * replace contentful lib * Delete contetnful provider feature * variant created webhook draft * channel provider connection model * Channel connections ui * adding new connection * connections ui (adding) * [skip ci] wip edit conn * removing connection * rebuild modal * refactor providers * implement update product webhook * add deleting product * [skip ci] wip * refactor contentful router * refactor wip * refactor config * webhooks processor * webhook delegations * bulk sync section * bulk sync page * gql for imports * [skip ci] bulk import contentful * temp variant sync list with rate limiters * wip * wip * wip * new frontend for uploading * update zod * print config keys * wip * [skip ci] datocms init * dato add provdier page * dato form skeleton * dato display content type select * full dato form * ButtonsBox extraction * edit dato config form * update product in dato * [skip ci] * extract bulk sync processor * dato bulk update * [skip ci] product updated webhook * product webhook * crud operations router * update cruds * refactor webhook operations * refactors * refactors * helper texts * [skip ci] deps * Init * fix macaw icon * unify app skd * unify nextjs * strapi setup * fix strapi types * strapi upload product * strapi delete product * strapi product updated webhook * processor for bulk sync strapi * shared add provider page * refactors * refactors * wrap providers into folder * refactors * refactors * refactors * pnpm lock * add logs * name configuration mapping name * form configurable side notes * remove commentns * wip providers resolver working * central config for providers resolving * tests wip * remove vscode condig * cleanup * provider meta extract * some tests for contentufl * contentful client test * more tests for contentful * strapi helper texts * builderio setup * builderio form * builderio client draft * validate connection modal * Add sending product to builderio * rename builder field * add public api key for read access * update products * Builder.io - bulk sync * Fix manifest * cr fixes * Make strapi to work with multiple products * Github actions
2023-07-18 08:19:21 +00:00
"zod": "3.21.4"
2023-02-07 18:11:39 +00:00
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/schema-ast": "4.0.0",
"@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-urql": "3.7.3",
"@graphql-typed-document-node/core": "3.2.0",
2023-02-07 18:11:39 +00:00
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/dot-object": "^2.1.2",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint": "8.46.0",
2023-02-07 19:37:30 +00:00
"eslint-config-saleor": "workspace:*",
2023-07-11 15:02:38 +00:00
"typescript": "5.1.6"
},
"private": true,
"saleor": {
"schemaVersion": "3.10"
2023-02-07 18:11:39 +00:00
}
}