2016-02-25 00:45:56 -08:00
|
|
|
{
|
2022-10-02 20:06:20 -04:00
|
|
|
"name": "@staticcms/core",
|
2023-09-06 17:22:05 -04:00
|
|
|
"version": "3.2.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"license": "MIT",
|
2022-10-02 20:06:20 -04:00
|
|
|
"description": "Static CMS core application.",
|
|
|
|
"repository": "https://github.com/StaticJsCMS/static-cms",
|
|
|
|
"bugs": "https://github.com/StaticJsCMS/static-cms/issues",
|
2022-09-30 06:13:47 -06:00
|
|
|
"keywords": [
|
2023-01-06 11:01:49 -05:00
|
|
|
"static",
|
2022-09-30 06:13:47 -06:00
|
|
|
"cms",
|
|
|
|
"core"
|
|
|
|
],
|
2018-07-06 18:56:28 -04:00
|
|
|
"scripts": {
|
2022-09-30 06:13:47 -06:00
|
|
|
"build:webpack": "webpack",
|
2022-10-20 11:57:30 -04:00
|
|
|
"build:types": "tsc",
|
2022-11-04 17:57:21 -04:00
|
|
|
"build": "cross-env NODE_ENV=production run-s clean build:webpack build:types",
|
2022-09-30 06:13:47 -06:00
|
|
|
"clean": "rimraf dist dev-test/dist",
|
2022-12-15 13:44:49 -05:00
|
|
|
"dev": "run-s clean serve",
|
2022-12-22 12:11:42 -05:00
|
|
|
"format:prettier": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --write",
|
|
|
|
"format": "run-s \"lint:js --fix --quiet\" \"format:prettier\"",
|
2022-09-30 06:13:47 -06:00
|
|
|
"lint-quiet": "run-p -c --aggregate-output \"lint:* --quiet\"",
|
2022-10-20 11:57:30 -04:00
|
|
|
"lint:format": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --list-different",
|
2022-12-22 12:11:42 -05:00
|
|
|
"lint:js": "eslint --color \"src/**/*.{ts,tsx}\"",
|
2022-09-30 06:13:47 -06:00
|
|
|
"lint": "run-p -c --aggregate-output \"lint:*\"",
|
2022-12-13 16:15:56 -05:00
|
|
|
"prepublishOnly": "yarn build ",
|
2022-12-15 13:44:49 -05:00
|
|
|
"prepack": "cp ../../README.md ./",
|
2022-12-13 16:15:56 -05:00
|
|
|
"postpack": "rm ./README.md",
|
2023-07-19 16:15:46 -04:00
|
|
|
"serve": "webpack serve --config-name configMain",
|
2022-12-04 22:15:59 -05:00
|
|
|
"test": "cross-env NODE_ENV=test jest",
|
2022-12-12 11:02:47 -05:00
|
|
|
"test:integration": "cross-env NODE_ENV=test jest -c jest.config.integration.js",
|
2023-02-06 09:12:58 -05:00
|
|
|
"test:ci": "cross-env NODE_ENV=test jest --maxWorkers=2 --coverage",
|
2022-12-12 11:02:47 -05:00
|
|
|
"test:integration:ci": "cross-env NODE_ENV=test jest -c jest.config.integration.js --maxWorkers=2",
|
2022-10-20 11:57:30 -04:00
|
|
|
"type-check": "tsc --watch"
|
2018-07-06 18:56:28 -04:00
|
|
|
},
|
2022-10-02 20:06:20 -04:00
|
|
|
"main": "dist/static-cms-core.js",
|
2023-04-14 13:52:11 -04:00
|
|
|
"types": "dist/index.d.ts",
|
2022-09-30 06:13:47 -06:00
|
|
|
"files": [
|
2022-11-05 00:22:38 -04:00
|
|
|
"dist/**/*"
|
2022-09-30 06:13:47 -06:00
|
|
|
],
|
2017-10-13 16:47:50 -06:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 Chrome versions",
|
2022-09-30 06:13:47 -06:00
|
|
|
"last 2 ChromeAndroid versions",
|
2017-10-13 16:47:50 -06:00
|
|
|
"last 2 Edge versions",
|
2022-09-30 06:13:47 -06:00
|
|
|
"last 2 Firefox versions",
|
2017-10-13 16:47:50 -06:00
|
|
|
"last 2 iOS versions",
|
2022-09-30 06:13:47 -06:00
|
|
|
"last 2 Opera versions",
|
|
|
|
"last 2 Safari versions"
|
2017-10-13 16:47:50 -06:00
|
|
|
],
|
2022-09-30 06:13:47 -06:00
|
|
|
"dependencies": {
|
2023-03-15 13:49:50 -04:00
|
|
|
"@babel/eslint-parser": "7.21.3",
|
2023-02-20 13:20:16 -05:00
|
|
|
"@babel/runtime": "7.21.0",
|
2023-04-21 00:20:20 -04:00
|
|
|
"@codemirror/autocomplete": "6.5.1",
|
|
|
|
"@codemirror/commands": "6.2.3",
|
2023-04-19 00:19:38 -04:00
|
|
|
"@codemirror/language": "6.6.0",
|
2023-04-21 00:20:20 -04:00
|
|
|
"@codemirror/language-data": "6.3.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@codemirror/legacy-modes": "6.3.2",
|
2023-04-21 00:20:20 -04:00
|
|
|
"@codemirror/lint": "6.2.1",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@codemirror/search": "6.3.0",
|
2022-12-26 08:52:31 -05:00
|
|
|
"@codemirror/state": "6.2.0",
|
2023-04-21 00:20:20 -04:00
|
|
|
"@codemirror/theme-one-dark": "6.1.2",
|
|
|
|
"@codemirror/view": "6.9.5",
|
2023-02-19 10:05:24 -05:00
|
|
|
"@dnd-kit/core": "6.0.8",
|
2023-01-04 23:20:38 -05:00
|
|
|
"@dnd-kit/sortable": "7.0.2",
|
2022-12-06 19:11:08 -08:00
|
|
|
"@dnd-kit/utilities": "3.2.1",
|
2022-09-30 06:13:47 -06:00
|
|
|
"@emotion/babel-preset-css-prop": "11.10.0",
|
2023-02-16 23:33:06 -05:00
|
|
|
"@emotion/css": "11.10.6",
|
|
|
|
"@emotion/react": "11.10.6",
|
|
|
|
"@emotion/styled": "11.10.6",
|
2023-03-30 13:29:09 -04:00
|
|
|
"@headlessui/react": "1.7.7",
|
2022-12-04 22:15:59 -05:00
|
|
|
"@lezer/common": "1.0.2",
|
2023-02-09 16:33:44 -05:00
|
|
|
"@mdx-js/mdx": "2.3.0",
|
|
|
|
"@mdx-js/react": "2.3.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@mui/base": "5.0.0-alpha.124",
|
|
|
|
"@mui/material": "5.11.16",
|
|
|
|
"@mui/system": "5.11.16",
|
2023-02-23 09:02:28 -05:00
|
|
|
"@mui/x-date-pickers": "5.0.20",
|
2023-04-20 19:32:24 -04:00
|
|
|
"@reduxjs/toolkit": "1.9.5",
|
2023-03-30 13:29:09 -04:00
|
|
|
"@styled-icons/bootstrap": "10.47.0",
|
|
|
|
"@styled-icons/fa-brands": "10.47.0",
|
2022-12-22 20:19:16 -05:00
|
|
|
"@styled-icons/fluentui-system-regular": "10.47.0",
|
2023-03-30 13:29:09 -04:00
|
|
|
"@styled-icons/heroicons-outline": "10.47.0",
|
2023-04-19 14:29:04 -04:00
|
|
|
"@styled-icons/material": "10.47.0",
|
2023-04-12 16:18:58 -04:00
|
|
|
"@styled-icons/material-outlined": "10.47.0",
|
2023-03-30 13:29:09 -04:00
|
|
|
"@styled-icons/material-rounded": "10.47.0",
|
2022-12-01 19:29:33 -05:00
|
|
|
"@styled-icons/remix-editor": "10.46.0",
|
2023-03-30 13:29:09 -04:00
|
|
|
"@styled-icons/simple-icons": "10.46.0",
|
2023-05-31 11:55:53 -04:00
|
|
|
"@udecode/plate": "21.3.2",
|
|
|
|
"@udecode/plate-juice": "21.3.2",
|
|
|
|
"@udecode/plate-serializer-md": "21.3.2",
|
2023-04-20 23:28:05 -04:00
|
|
|
"@uiw/codemirror-extensions-langs": "4.19.16",
|
2023-04-20 23:05:34 -04:00
|
|
|
"@uiw/react-codemirror": "4.19.16",
|
2023-04-19 14:29:04 -04:00
|
|
|
"ajv": "8.12.0",
|
2022-10-20 11:57:30 -04:00
|
|
|
"ajv-errors": "3.0.0",
|
|
|
|
"ajv-keywords": "5.1.0",
|
|
|
|
"buffer": "6.0.3",
|
2023-04-04 16:03:13 -04:00
|
|
|
"clean-stack": "5.2.0",
|
2022-12-01 19:29:33 -05:00
|
|
|
"codemirror": "6.0.1",
|
2022-12-01 19:38:37 -05:00
|
|
|
"common-tags": "1.8.2",
|
2023-03-11 11:40:37 -05:00
|
|
|
"copy-text-to-clipboard": "3.1.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"create-react-class": "15.7.0",
|
2022-10-20 11:57:30 -04:00
|
|
|
"date-fns": "2.29.3",
|
2023-04-04 16:03:13 -04:00
|
|
|
"deepmerge": "4.3.1",
|
2022-09-30 06:13:47 -06:00
|
|
|
"diacritics": "1.3.0",
|
2022-12-01 19:29:33 -05:00
|
|
|
"escape-html": "1.0.3",
|
2023-04-04 16:03:13 -04:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
|
|
|
"fuzzy": "0.1.3",
|
2023-04-20 19:32:37 -04:00
|
|
|
"globby": "13.1.4",
|
2022-09-30 06:13:47 -06:00
|
|
|
"gotrue-js": "0.9.29",
|
2023-04-19 00:19:38 -04:00
|
|
|
"graphql": "16.6.0",
|
2023-04-19 14:29:04 -04:00
|
|
|
"graphql-tag": "2.12.6",
|
2022-09-30 06:13:47 -06:00
|
|
|
"gray-matter": "4.0.3",
|
2022-12-05 09:15:44 -05:00
|
|
|
"history": "5.3.0",
|
2023-04-21 07:45:15 -04:00
|
|
|
"immer": "10.0.1",
|
2023-04-21 07:43:16 -04:00
|
|
|
"ini": "4.1.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"is-hotkey": "0.2.0",
|
2023-02-08 06:41:26 -05:00
|
|
|
"js-base64": "3.7.5",
|
2022-09-30 06:13:47 -06:00
|
|
|
"js-sha256": "0.9.0",
|
|
|
|
"jwt-decode": "3.1.2",
|
|
|
|
"localforage": "1.10.0",
|
|
|
|
"lodash": "4.17.21",
|
2023-04-19 00:19:38 -04:00
|
|
|
"mdast-util-gfm-footnote": "1.0.2",
|
|
|
|
"mdast-util-gfm-strikethrough": "1.0.3",
|
|
|
|
"mdast-util-gfm-table": "1.0.7",
|
|
|
|
"mdast-util-gfm-task-list-item": "1.0.2",
|
|
|
|
"micromark-extension-gfm-footnote": "1.1.0",
|
|
|
|
"micromark-extension-gfm-strikethrough": "1.0.5",
|
|
|
|
"micromark-extension-gfm-table": "1.0.5",
|
|
|
|
"micromark-extension-gfm-task-list-item": "1.0.4",
|
|
|
|
"micromark-util-combine-extensions": "1.0.0",
|
2023-04-21 07:42:46 -04:00
|
|
|
"minimatch": "9.0.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"moment": "2.29.4",
|
2023-01-23 14:04:20 -05:00
|
|
|
"node-polyglot": "2.5.0",
|
2023-03-07 19:32:54 -05:00
|
|
|
"ol": "7.3.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"path-browserify": "1.0.1",
|
2022-12-22 12:55:44 -05:00
|
|
|
"prop-types": "15.8.1",
|
2023-04-19 14:29:04 -04:00
|
|
|
"react": "18.2.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"react-color": "2.19.3",
|
2023-04-19 00:19:38 -04:00
|
|
|
"react-dnd": "16.0.1",
|
2023-04-19 14:29:04 -04:00
|
|
|
"react-dnd-html5-backend": "16.0.1",
|
2022-10-20 11:57:30 -04:00
|
|
|
"react-dom": "18.2.0",
|
2023-01-15 20:32:22 -05:00
|
|
|
"react-frame-component": "5.2.6",
|
2022-09-30 06:13:47 -06:00
|
|
|
"react-is": "18.2.0",
|
|
|
|
"react-polyglot": "0.7.2",
|
2022-12-01 19:29:33 -05:00
|
|
|
"react-redux": "8.0.5",
|
2023-04-04 16:03:13 -04:00
|
|
|
"react-router-dom": "6.10.0",
|
2022-12-01 20:47:19 -05:00
|
|
|
"react-scroll-sync": "0.11.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"react-topbar-progress-indicator": "4.1.1",
|
2023-05-09 16:07:16 -04:00
|
|
|
"react-virtual": "2.10.4",
|
2023-04-20 19:32:54 -04:00
|
|
|
"react-virtualized-auto-sizer": "1.0.15",
|
2022-09-30 06:13:47 -06:00
|
|
|
"react-waypoint": "10.3.0",
|
2023-04-20 19:33:05 -04:00
|
|
|
"react-window": "1.8.9",
|
2023-02-08 07:05:53 -05:00
|
|
|
"remark-html": "15.0.2",
|
2023-02-09 16:33:44 -05:00
|
|
|
"remark-mdx": "2.3.0",
|
2022-12-01 19:29:33 -05:00
|
|
|
"remark-parse": "10.0.1",
|
2022-09-30 06:13:47 -06:00
|
|
|
"sanitize-filename": "1.6.3",
|
2022-12-04 22:15:59 -05:00
|
|
|
"scheduler": "0.23.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"semaphore": "1.1.0",
|
2023-05-31 11:55:53 -04:00
|
|
|
"slate": "0.94.1",
|
|
|
|
"slate-history": "0.93.0",
|
2022-12-01 19:29:33 -05:00
|
|
|
"slate-hyperscript": "0.77.0",
|
2023-05-31 11:55:53 -04:00
|
|
|
"slate-react": "0.95.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"stream-browserify": "3.0.0",
|
2023-04-23 07:26:17 -04:00
|
|
|
"styled-components": "5.3.10",
|
2022-10-26 07:27:43 -04:00
|
|
|
"symbol-observable": "4.0.0",
|
2022-12-01 19:29:33 -05:00
|
|
|
"unified": "10.1.2",
|
2023-01-24 16:21:57 -05:00
|
|
|
"unist-util-visit": "4.1.2",
|
2023-04-19 00:19:38 -04:00
|
|
|
"url": "0.11.0",
|
2023-04-19 14:29:04 -04:00
|
|
|
"url-join": "5.0.0",
|
2022-12-02 07:54:07 -05:00
|
|
|
"uuid": "9.0.0",
|
2023-02-05 13:54:46 -05:00
|
|
|
"validate-color": "2.2.4",
|
2023-04-19 14:29:04 -04:00
|
|
|
"vfile": "5.3.7",
|
2023-02-07 15:44:01 -05:00
|
|
|
"vfile-message": "3.1.4",
|
2023-02-06 12:14:06 -05:00
|
|
|
"vfile-statistics": "2.0.1",
|
2022-09-30 06:13:47 -06:00
|
|
|
"what-input": "5.2.12",
|
|
|
|
"what-the-diff": "0.6.0",
|
2023-04-25 08:48:05 -04:00
|
|
|
"yaml": "2.2.2"
|
2022-09-30 06:13:47 -06:00
|
|
|
},
|
2016-02-25 00:45:56 -08:00
|
|
|
"devDependencies": {
|
2023-02-20 13:20:16 -05:00
|
|
|
"@babel/cli": "7.21.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@babel/core": "7.21.4",
|
2022-09-28 20:04:00 -06:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-export-default-from": "7.18.10",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
2022-12-22 06:41:55 -05:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
2023-02-20 13:20:16 -05:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2022-09-28 20:04:00 -06:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@babel/preset-env": "7.21.4",
|
2022-09-28 20:04:00 -06:00
|
|
|
"@babel/preset-react": "7.18.6",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@babel/preset-typescript": "7.21.4",
|
2022-09-21 19:26:57 -04:00
|
|
|
"@emotion/eslint-plugin": "11.10.0",
|
2022-12-13 10:31:35 -05:00
|
|
|
"@emotion/jest": "11.10.5",
|
2023-04-19 14:27:46 -04:00
|
|
|
"@iarna/toml": "2.2.5",
|
2022-12-01 14:33:23 -05:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
2022-12-01 19:29:33 -05:00
|
|
|
"@simbathesailor/use-what-changed": "2.0.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@testing-library/dom": "9.2.0",
|
2022-12-13 10:31:35 -05:00
|
|
|
"@testing-library/jest-dom": "5.16.5",
|
2023-02-17 06:55:19 -05:00
|
|
|
"@testing-library/react": "14.0.0",
|
2023-01-12 14:15:41 -05:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2022-12-01 19:38:37 -05:00
|
|
|
"@types/common-tags": "1.8.1",
|
2022-10-20 11:57:30 -04:00
|
|
|
"@types/create-react-class": "15.6.3",
|
2023-01-10 19:33:37 -05:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2022-10-20 11:57:30 -04:00
|
|
|
"@types/is-hotkey": "0.1.7",
|
2023-04-20 16:11:11 -04:00
|
|
|
"@types/jest": "29.5.1",
|
2022-10-20 11:57:30 -04:00
|
|
|
"@types/js-yaml": "4.0.5",
|
2022-09-28 20:04:00 -06:00
|
|
|
"@types/jwt-decode": "2.2.1",
|
2023-04-20 16:11:58 -04:00
|
|
|
"@types/lodash": "4.14.194",
|
2022-10-20 11:57:30 -04:00
|
|
|
"@types/minimatch": "5.1.2",
|
2023-05-22 01:18:06 -04:00
|
|
|
"@types/node": "18.16.14",
|
2023-05-24 14:45:38 -04:00
|
|
|
"@types/node-fetch": "2.6.4",
|
2023-04-26 15:42:33 -04:00
|
|
|
"@types/react": "18.2.0",
|
2022-10-20 11:57:30 -04:00
|
|
|
"@types/react-color": "3.0.6",
|
2023-04-26 15:42:33 -04:00
|
|
|
"@types/react-dom": "18.2.1",
|
2022-10-20 11:57:30 -04:00
|
|
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
|
|
|
"@types/react-window": "1.8.5",
|
2022-12-01 19:29:33 -05:00
|
|
|
"@types/styled-components": "5.1.26",
|
2022-09-30 06:13:47 -06:00
|
|
|
"@types/url-join": "4.0.1",
|
2023-02-22 06:39:58 -05:00
|
|
|
"@types/uuid": "9.0.1",
|
2023-04-25 08:48:21 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.1",
|
|
|
|
"@typescript-eslint/parser": "5.59.1",
|
2023-04-04 16:03:13 -04:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-04-20 19:30:03 -04:00
|
|
|
"axios": "1.3.6",
|
2022-09-28 20:04:00 -06:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2023-01-04 15:08:23 -05:00
|
|
|
"babel-loader": "9.1.2",
|
2022-09-28 20:04:00 -06:00
|
|
|
"babel-plugin-emotion": "11.0.0",
|
|
|
|
"babel-plugin-inline-json-import": "0.3.2",
|
2023-02-23 06:34:27 -05:00
|
|
|
"babel-plugin-inline-react-svg": "2.0.2",
|
2022-09-28 20:04:00 -06:00
|
|
|
"babel-plugin-lodash": "3.3.4",
|
|
|
|
"babel-plugin-transform-builtin-extend": "1.1.2",
|
2022-12-01 21:59:44 -05:00
|
|
|
"babel-plugin-transform-define": "2.1.0",
|
2022-09-28 20:04:00 -06:00
|
|
|
"babel-plugin-transform-export-extensions": "6.22.0",
|
|
|
|
"babel-plugin-transform-inline-environment-variables": "0.4.4",
|
2022-12-01 22:39:33 -05:00
|
|
|
"cache-me-outside": "1.0.0",
|
2023-04-19 00:19:38 -04:00
|
|
|
"commonmark": "0.30.0",
|
2023-04-19 14:29:04 -04:00
|
|
|
"commonmark-spec": "0.30.0",
|
2022-09-28 20:04:00 -06:00
|
|
|
"cross-env": "7.0.3",
|
2022-12-14 21:39:07 +00:00
|
|
|
"css-loader": "6.7.3",
|
2022-12-01 22:40:24 -05:00
|
|
|
"dotenv": "16.0.3",
|
2023-04-21 23:24:05 -04:00
|
|
|
"eslint": "8.39.0",
|
2023-04-20 21:02:22 -04:00
|
|
|
"eslint-import-resolver-typescript": "3.5.5",
|
2023-05-24 14:46:01 -04:00
|
|
|
"eslint-plugin-cypress": "2.13.3",
|
2023-01-16 21:37:29 -05:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2022-09-28 20:04:00 -06:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-04-19 00:19:38 -04:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2023-04-19 14:29:04 -04:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-05-24 14:45:52 -04:00
|
|
|
"eslint-plugin-unicorn": "46.0.1",
|
2023-03-15 13:50:04 -04:00
|
|
|
"execa": "7.1.1",
|
2023-04-04 16:03:13 -04:00
|
|
|
"fs-extra": "11.1.1",
|
2022-09-28 20:04:00 -06:00
|
|
|
"gitlab": "14.2.2",
|
|
|
|
"http-server": "14.1.1",
|
2023-04-19 00:19:38 -04:00
|
|
|
"jest": "29.5.0",
|
2023-04-19 14:29:04 -04:00
|
|
|
"jest-environment-jsdom": "29.5.0",
|
2022-09-28 20:04:00 -06:00
|
|
|
"js-yaml": "4.1.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"mini-css-extract-plugin": "2.7.5",
|
2023-01-12 14:17:44 -05:00
|
|
|
"mockserver-client": "5.15.0",
|
2023-01-12 15:58:53 -05:00
|
|
|
"mockserver-node": "5.15.0",
|
2022-09-28 20:04:00 -06:00
|
|
|
"ncp": "2.0.0",
|
2023-03-11 11:40:25 -05:00
|
|
|
"node-fetch": "3.3.1",
|
2022-09-28 20:04:00 -06:00
|
|
|
"npm-run-all": "4.1.5",
|
2023-04-20 19:56:13 -04:00
|
|
|
"postcss": "8.4.23",
|
2023-04-19 14:29:04 -04:00
|
|
|
"postcss-loader": "7.2.4",
|
2023-04-23 07:26:06 -04:00
|
|
|
"prettier": "2.8.8",
|
2022-10-20 11:57:30 -04:00
|
|
|
"process": "0.11.10",
|
|
|
|
"react-refresh": "0.14.0",
|
2022-09-30 06:13:47 -06:00
|
|
|
"react-svg-loader": "3.0.3",
|
2023-04-21 07:45:05 -04:00
|
|
|
"rimraf": "5.0.0",
|
2023-03-04 13:14:41 -05:00
|
|
|
"simple-git": "3.17.0",
|
2022-12-01 20:24:01 -05:00
|
|
|
"source-map-loader": "4.0.1",
|
2023-03-13 23:22:11 -04:00
|
|
|
"style-loader": "3.3.2",
|
2023-04-04 16:03:13 -04:00
|
|
|
"tailwindcss": "3.3.1",
|
2022-09-28 20:04:00 -06:00
|
|
|
"to-string-loader": "1.2.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"ts-jest": "29.1.0",
|
2023-05-31 11:55:53 -04:00
|
|
|
"ts-node": "10.9.1",
|
2023-03-10 07:57:01 -05:00
|
|
|
"tsconfig-paths-webpack-plugin": "4.0.1",
|
2023-04-20 16:10:45 -04:00
|
|
|
"typescript": "5.0.4",
|
2023-04-20 19:30:47 -04:00
|
|
|
"webpack": "5.80.0",
|
2023-04-21 16:44:42 -04:00
|
|
|
"webpack-cli": "5.0.2",
|
2023-04-20 16:11:32 -04:00
|
|
|
"webpack-dev-server": "4.13.3"
|
2022-09-30 19:27:18 -04:00
|
|
|
},
|
2022-12-15 13:44:49 -05:00
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
2022-09-30 19:27:18 -04:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"registry": "https://registry.npmjs.org"
|
2022-12-06 09:41:54 -05:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2022-12-06 09:51:40 -05:00
|
|
|
"*.ts": "prettier --write",
|
|
|
|
"*.tsx": "prettier --write"
|
2022-09-28 20:04:00 -06:00
|
|
|
}
|
2018-08-03 19:23:43 -04:00
|
|
|
}
|