2019-06-19 14:40:52 +00:00
|
|
|
{
|
2019-10-25 13:56:12 +00:00
|
|
|
"name": "saleor-dashboard",
|
2021-02-11 13:58:05 +00:00
|
|
|
"version": "3.0.0-a.5",
|
2019-10-25 13:56:12 +00:00
|
|
|
"main": "src/index.tsx",
|
2019-06-19 14:40:52 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mirumee/saleor-dashboard.git"
|
|
|
|
},
|
|
|
|
"author": "Mirumee Software",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mirumee/saleor-dashboard/issues"
|
|
|
|
},
|
|
|
|
"homepage": "http://getsaleor.com/",
|
|
|
|
"engines": {
|
2019-11-05 10:58:05 +00:00
|
|
|
"node": ">=12.12.0",
|
|
|
|
"npm": ">=6.11.0"
|
2019-06-19 14:40:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-21 08:54:53 +00:00
|
|
|
"@editorjs/editorjs": "^2.19.1",
|
2020-11-27 16:32:12 +00:00
|
|
|
"@editorjs/header": "^2.6.1",
|
2020-10-28 15:26:30 +00:00
|
|
|
"@editorjs/image": "^2.6.0",
|
2020-11-27 16:32:12 +00:00
|
|
|
"@editorjs/list": "^1.6.1",
|
2020-10-28 15:26:30 +00:00
|
|
|
"@editorjs/quote": "^2.4.0",
|
2019-10-28 16:16:49 +00:00
|
|
|
"@material-ui/core": "^4.5.1",
|
|
|
|
"@material-ui/icons": "^4.5.1",
|
2019-11-05 10:58:05 +00:00
|
|
|
"@material-ui/styles": "^4.5.2",
|
2020-07-22 10:54:15 +00:00
|
|
|
"@saleor/macaw-ui": "^0.1.1-9",
|
2021-02-11 12:48:24 +00:00
|
|
|
"@types/faker": "^5.1.6",
|
2021-01-22 14:05:26 +00:00
|
|
|
"@sentry/react": "^6.0.0",
|
2019-12-20 05:20:53 +00:00
|
|
|
"apollo": "^2.21.2",
|
2019-12-18 05:25:39 +00:00
|
|
|
"apollo-cache-inmemory": "^1.6.5",
|
2019-12-19 08:03:02 +00:00
|
|
|
"apollo-client": "^2.6.8",
|
2019-06-19 14:40:52 +00:00
|
|
|
"apollo-client-preset": "^1.0.6",
|
2019-08-09 11:39:19 +00:00
|
|
|
"apollo-link": "^1.2.12",
|
|
|
|
"apollo-link-batch-http": "^1.2.12",
|
|
|
|
"apollo-link-context": "^1.0.18",
|
|
|
|
"apollo-link-error": "^1.1.11",
|
2019-06-19 14:40:52 +00:00
|
|
|
"apollo-upload-client": "^9.1.0",
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"crc-32": "^1.2.0",
|
Multichannel (#833)
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598)
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609)
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655)
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662)
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698)
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702)
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724)
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727)
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739)
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743)
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746)
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750)
* update sale views with channels
* small fixes in discounts
* order views with channels (#752)
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755)
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762)
* update translations
* fix translation types
* update messages
* update Availability component (#766)
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785)
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791)
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801)
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803)
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804)
* channels currency code select (#806)
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 16:10:42 +00:00
|
|
|
"currency-codes": "^2.1.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"downshift": "^1.31.16",
|
2020-10-28 15:26:30 +00:00
|
|
|
"editorjs-inline-tool": "^0.4.0",
|
2020-11-05 16:32:55 +00:00
|
|
|
"editorjs-undo": "^0.1.4",
|
2021-02-11 13:58:05 +00:00
|
|
|
"faker": "^5.1.0",
|
2019-06-19 14:40:52 +00:00
|
|
|
"fast-array-diff": "^0.2.0",
|
2021-02-11 12:48:24 +00:00
|
|
|
"fsevents": "^1.2.9",
|
2019-06-19 14:40:52 +00:00
|
|
|
"fuzzaldrin": "^2.1.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"graphql": "^14.4.2",
|
2020-11-27 16:32:12 +00:00
|
|
|
"graphql-tag": "^2.11.0",
|
|
|
|
"hotkeys-js": "^3.8.1",
|
2019-06-19 14:40:52 +00:00
|
|
|
"is-url": "^1.2.4",
|
2019-08-09 11:39:19 +00:00
|
|
|
"jss": "^9.8.7",
|
2019-06-19 14:40:52 +00:00
|
|
|
"keycode": "^2.2.0",
|
2020-11-02 05:35:55 +00:00
|
|
|
"lodash": "^4.17.20",
|
2019-08-09 11:39:19 +00:00
|
|
|
"lodash-es": "^4.17.14",
|
2020-11-27 16:32:12 +00:00
|
|
|
"moment-timezone": "^0.5.32",
|
2019-11-05 16:06:47 +00:00
|
|
|
"qs": "^6.9.0",
|
2019-12-16 10:10:29 +00:00
|
|
|
"react": "^16.12.0",
|
2020-04-07 12:46:10 +00:00
|
|
|
"react-apollo": "^3.1.4",
|
2019-08-12 11:46:43 +00:00
|
|
|
"react-dom": "^16.9.0",
|
2020-11-27 16:32:12 +00:00
|
|
|
"react-dropzone": "^11.2.4",
|
2019-10-21 11:44:13 +00:00
|
|
|
"react-error-boundary": "^1.2.5",
|
2020-11-27 16:32:12 +00:00
|
|
|
"react-gtm-module": "^2.0.11",
|
|
|
|
"react-helmet": "^6.1.0",
|
2019-06-19 14:40:52 +00:00
|
|
|
"react-infinite-scroller": "^1.2.4",
|
2020-11-27 16:32:12 +00:00
|
|
|
"react-inlinesvg": "^2.1.1",
|
|
|
|
"react-intl": "^5.10.2",
|
2019-12-20 05:21:56 +00:00
|
|
|
"react-jss": "^10.0.0",
|
2020-07-22 10:54:15 +00:00
|
|
|
"react-markdown": "^4.3.1",
|
2020-11-27 16:32:12 +00:00
|
|
|
"react-moment": "^1.0.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"react-router": "^5.0.1",
|
|
|
|
"react-router-dom": "^5.0.1",
|
2019-12-12 05:26:30 +00:00
|
|
|
"react-sortable-hoc": "^1.10.1",
|
2019-06-19 14:40:52 +00:00
|
|
|
"react-sortable-tree": "^2.6.2",
|
2019-11-25 16:23:52 +00:00
|
|
|
"semver-compare": "^1.0.0",
|
2020-11-27 16:32:12 +00:00
|
|
|
"slugify": "^1.4.6",
|
|
|
|
"typescript": "^3.9.7",
|
2019-08-09 11:39:19 +00:00
|
|
|
"url-join": "^4.0.1",
|
|
|
|
"use-react-router": "^1.0.7"
|
2019-06-19 14:40:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-14 11:39:51 +00:00
|
|
|
"@babel/cli": "^7.5.5",
|
2019-12-19 08:08:29 +00:00
|
|
|
"@babel/core": "^7.7.7",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
2020-12-01 13:13:05 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
2019-08-14 16:21:41 +00:00
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
|
2020-02-20 14:18:22 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@babel/preset-env": "^7.5.4",
|
2019-12-10 11:01:11 +00:00
|
|
|
"@babel/preset-react": "^7.7.4",
|
2019-12-18 05:24:47 +00:00
|
|
|
"@babel/preset-typescript": "^7.7.4",
|
2019-12-09 14:33:11 +00:00
|
|
|
"@babel/runtime": "^7.7.6",
|
2020-11-27 16:32:12 +00:00
|
|
|
"@pollyjs/adapter-node-http": "^5.0.0",
|
|
|
|
"@pollyjs/core": "^5.0.0",
|
|
|
|
"@pollyjs/persister-fs": "^5.0.0",
|
2021-01-22 14:05:26 +00:00
|
|
|
"@sentry/webpack-plugin": "^1.14.0",
|
2019-12-20 05:17:36 +00:00
|
|
|
"@storybook/addon-storyshots": "^5.2.8",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@storybook/react": "^5.1.9",
|
|
|
|
"@testing-library/react-hooks": "^1.1.0",
|
|
|
|
"@types/classnames": "^2.2.9",
|
2020-11-27 16:32:12 +00:00
|
|
|
"@types/enzyme": "^3.10.8",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@types/fuzzaldrin": "^2.1.2",
|
2019-12-20 05:18:35 +00:00
|
|
|
"@types/jest": "^24.0.24",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@types/lodash-es": "^4.17.3",
|
2020-07-21 13:55:50 +00:00
|
|
|
"@types/node-fetch": "^2.5.7",
|
2020-11-27 16:32:12 +00:00
|
|
|
"@types/pollyjs__adapter-node-http": "^2.0.1",
|
|
|
|
"@types/pollyjs__persister-fs": "^2.0.1",
|
2019-12-17 05:20:56 +00:00
|
|
|
"@types/react": "^16.9.16",
|
2019-08-12 11:46:43 +00:00
|
|
|
"@types/react-dom": "^16.8.5",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@types/react-dropzone": "^4.2.2",
|
|
|
|
"@types/react-helmet": "^5.0.8",
|
|
|
|
"@types/react-infinite-scroller": "^1.2.1",
|
2019-08-09 14:00:34 +00:00
|
|
|
"@types/react-router-dom": "^4.3.4",
|
2019-12-11 05:35:54 +00:00
|
|
|
"@types/react-sortable-hoc": "^0.7.1",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@types/react-sortable-tree": "^0.3.6",
|
2019-08-09 14:00:34 +00:00
|
|
|
"@types/react-test-renderer": "^16.8.2",
|
2019-11-25 16:23:52 +00:00
|
|
|
"@types/semver-compare": "^1.0.1",
|
2020-07-21 13:55:50 +00:00
|
|
|
"@types/setup-polly-jest": "^0.5.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"@types/storybook__addon-storyshots": "^3.4.9",
|
2019-08-09 14:00:34 +00:00
|
|
|
"@types/storybook__react": "^4.0.2",
|
2019-12-10 05:23:03 +00:00
|
|
|
"@types/url-join": "^4.0.0",
|
2019-09-05 14:05:56 +00:00
|
|
|
"@types/webappsec-credential-management": "^0.5.1",
|
2019-12-18 05:26:40 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
2019-12-02 10:49:14 +00:00
|
|
|
"@typescript-eslint/parser": "^2.9.0",
|
2019-06-19 14:40:52 +00:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
|
|
"babel-jest": "^23.6.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-12-17 05:19:53 +00:00
|
|
|
"babel-plugin-react-intl": "^5.1.11",
|
2019-12-12 05:24:22 +00:00
|
|
|
"babel-plugin-react-intl-auto": "^3.1.0",
|
2020-07-20 23:16:05 +00:00
|
|
|
"codecov": "^3.7.1",
|
2020-11-27 16:32:12 +00:00
|
|
|
"core-js": "^3.7.0",
|
2019-11-05 14:39:37 +00:00
|
|
|
"cross-env": "^6.0.3",
|
2021-02-11 13:58:05 +00:00
|
|
|
"cypress": "^6.4.0",
|
2020-11-27 16:32:12 +00:00
|
|
|
"enzyme": "^3.11.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
|
|
"enzyme-to-json": "^3.6.1",
|
2020-05-14 09:30:32 +00:00
|
|
|
"eslint": "^6.8.0",
|
2019-12-02 10:49:14 +00:00
|
|
|
"eslint-loader": "^3.0.2",
|
2019-12-16 10:07:23 +00:00
|
|
|
"eslint-plugin-import": "^2.19.1",
|
2019-12-03 15:09:57 +00:00
|
|
|
"eslint-plugin-local-rules": "^0.1.1",
|
2019-12-02 10:49:14 +00:00
|
|
|
"eslint-plugin-prefer-arrow": "^1.1.6",
|
2020-05-14 09:30:32 +00:00
|
|
|
"eslint-plugin-simple-import-sort": "^5.0.3",
|
2019-12-12 05:27:34 +00:00
|
|
|
"file-loader": "^5.0.2",
|
2019-12-02 15:26:31 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "^3.1.1",
|
2019-06-19 14:40:52 +00:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2020-11-27 16:32:12 +00:00
|
|
|
"husky": "^4.3.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"jest": "^24.8.0",
|
2019-06-19 14:40:52 +00:00
|
|
|
"jest-file": "^1.0.0",
|
2020-07-21 13:55:50 +00:00
|
|
|
"jest-localstorage-mock": "^2.4.3",
|
2020-11-27 16:32:12 +00:00
|
|
|
"lint-staged": "^10.5.1",
|
2020-07-06 14:35:33 +00:00
|
|
|
"mock-apollo-client": "^0.4.0",
|
2020-09-15 09:09:29 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2019-12-10 05:24:07 +00:00
|
|
|
"prettier": "^1.19.1",
|
2020-02-13 11:14:47 +00:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2019-12-11 05:37:01 +00:00
|
|
|
"react-test-renderer": "^16.12.0",
|
2019-06-19 14:40:52 +00:00
|
|
|
"regenerator-runtime": "^0.11.1",
|
2019-09-02 13:20:36 +00:00
|
|
|
"require-context.macro": "^1.1.1",
|
2019-12-09 14:31:52 +00:00
|
|
|
"rimraf": "^3.0.0",
|
2020-11-27 16:32:12 +00:00
|
|
|
"setup-polly-jest": "^0.9.1",
|
2020-07-20 09:42:44 +00:00
|
|
|
"start-server-and-test": "^1.11.0",
|
2019-12-10 10:54:25 +00:00
|
|
|
"ts-jest": "^24.2.0",
|
2019-06-19 14:40:52 +00:00
|
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
2019-08-09 11:39:19 +00:00
|
|
|
"webpack": "^4.35.3",
|
|
|
|
"webpack-cli": "^3.3.6",
|
2020-07-07 08:38:50 +00:00
|
|
|
"webpack-dev-server": "^3.11.0"
|
2019-06-19 14:40:52 +00:00
|
|
|
},
|
2019-08-11 14:42:54 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"fsevents": "^1.2.9"
|
|
|
|
},
|
2019-06-19 14:40:52 +00:00
|
|
|
"jest": {
|
2020-07-21 13:55:50 +00:00
|
|
|
"setupFiles": [
|
|
|
|
"jest-localstorage-mock"
|
|
|
|
],
|
2019-06-19 14:40:52 +00:00
|
|
|
"transform": {
|
2019-08-27 09:35:54 +00:00
|
|
|
"^.+\\.(jsx?|tsx?)$": "babel-jest",
|
2019-06-19 14:40:52 +00:00
|
|
|
"^.+\\.(png|svg|jpe?g)$": "jest-file"
|
|
|
|
},
|
|
|
|
"testRegex": ".*\\.test\\.tsx?$",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"@assets(.*)$": "<rootDir>/assets/$1",
|
2019-08-29 14:18:11 +00:00
|
|
|
"@locale(.*)$": "<rootDir>/locale/$1",
|
2020-07-22 10:54:15 +00:00
|
|
|
"@saleor(?!.*macaw)(.*)$": "<rootDir>/src/$1",
|
2020-01-13 15:31:43 +00:00
|
|
|
"@test/(.*)$": "<rootDir>/testUtils/$1",
|
2019-08-09 14:00:34 +00:00
|
|
|
"^lodash-es(.*)$": "lodash/$1"
|
2019-06-19 14:40:52 +00:00
|
|
|
}
|
|
|
|
},
|
2019-10-11 10:15:19 +00:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2019-10-11 10:31:01 +00:00
|
|
|
"pre-commit": "lint-staged",
|
|
|
|
"pre-push": "npm run check-types"
|
2019-10-11 10:15:19 +00:00
|
|
|
}
|
|
|
|
},
|
2019-10-11 10:31:01 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{ts,tsx}": [
|
2019-12-02 10:49:14 +00:00
|
|
|
"eslint --fix",
|
2020-11-27 16:32:12 +00:00
|
|
|
"prettier --write"
|
2020-05-14 09:30:32 +00:00
|
|
|
],
|
|
|
|
"*.{js,jsx}": [
|
|
|
|
"eslint --fix",
|
2020-11-27 16:32:12 +00:00
|
|
|
"prettier --write"
|
2019-10-11 10:31:01 +00:00
|
|
|
]
|
|
|
|
},
|
2019-06-19 14:40:52 +00:00
|
|
|
"scripts": {
|
2020-05-14 09:30:32 +00:00
|
|
|
"build-storybook": "build-storybook -c src/storybook/ -o build/storybook",
|
|
|
|
"build-types": "apollo client:codegen --target=typescript types --globalTypesFile=src/types/globalTypes.ts",
|
2019-06-19 14:40:52 +00:00
|
|
|
"build": "webpack -p",
|
2020-05-14 09:30:32 +00:00
|
|
|
"check-strict-null-errors": "tsc --noEmit --strictNullChecks | node scripts/count-strict-null-check-errors.js",
|
|
|
|
"check-types": "tsc --noEmit",
|
2019-11-05 14:39:37 +00:00
|
|
|
"extract-json-messages": "rimraf build/locale && cross-env NODE_ENV=extract babel src 'src/**/*.{ts,tsx}' -o build/dashboard.bundle.js",
|
2020-02-13 11:14:47 +00:00
|
|
|
"extract-messages": "npm run extract-json-messages && npm run transpile-messages",
|
2020-05-14 09:30:32 +00:00
|
|
|
"heroku-postbuild": "npm run build",
|
|
|
|
"serve:lhci": "NODE_ENV=production npm run server",
|
2020-06-25 06:47:54 +00:00
|
|
|
"start": "webpack-dev-server -d",
|
2019-06-19 14:40:52 +00:00
|
|
|
"storybook": "start-storybook -p 3000 -c src/storybook/",
|
2020-07-20 09:42:44 +00:00
|
|
|
"cy:run": "cypress run",
|
|
|
|
"cy:run:record": "npm run cy:run -- --record",
|
|
|
|
"cy:open": "cypress open",
|
|
|
|
"test:e2e:run": "start-server-and-test start http://localhost:9000 cy:run",
|
|
|
|
"test:e2e:run:record": "start-server-and-test start http://localhost:9000 cy:run:record",
|
|
|
|
"test:e2e:dev": "start-server-and-test start http://localhost:9000 cy:open",
|
2020-05-14 09:30:32 +00:00
|
|
|
"test": "jest src/",
|
|
|
|
"transpile-messages": "node scripts/transpile-tx.js",
|
2021-01-22 14:05:26 +00:00
|
|
|
"lint": "npx eslint \"src/**/*.@(tsx|ts|jsx|js)\" --fix ; npx prettier --check \"src/**/*.@(tsx|ts|jsx|js)\" --write",
|
|
|
|
"postbuild": "rimraf ./build/**/*.js.map"
|
2019-06-19 14:40:52 +00:00
|
|
|
}
|
2019-08-20 16:05:59 +00:00
|
|
|
}
|