|
| 1 | +{ |
| 2 | + "name": "info-cards", |
| 3 | + "version": "1.0.0", |
| 4 | + "license": "MIT", |
| 5 | + "dependencies": { |
| 6 | + "@codemirror/lang-html": "^6.4.9", |
| 7 | + "@cortexapps/plugin-core": "^2.1.0", |
| 8 | + "@dnd-kit/core": "^6.3.1", |
| 9 | + "@dnd-kit/modifiers": "^9.0.0", |
| 10 | + "@dnd-kit/sortable": "^10.0.0", |
| 11 | + "@emotion/react": "^11.14.0", |
| 12 | + "@emotion/styled": "^11.14.0", |
| 13 | + "@nikolovlazar/chakra-ui-prose": "^1.2.1", |
| 14 | + "@uiw/react-codemirror": "^4.23.7", |
| 15 | + "dompurify": "^3.2.3", |
| 16 | + "framer-motion": "^11.13.5", |
| 17 | + "react": "^18.2.0", |
| 18 | + "react-dom": "^18.2.0", |
| 19 | + "yaml": "^2.6.1" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@babel/core": "^7.21.3", |
| 23 | + "@babel/plugin-syntax-jsx": "^7.18.6", |
| 24 | + "@babel/preset-env": "^7.26.0", |
| 25 | + "@babel/preset-react": "^7.26.3", |
| 26 | + "@babel/preset-typescript": "^7.26.0", |
| 27 | + "@popperjs/core": "^2.11.8", |
| 28 | + "@testing-library/jest-dom": "^5.16.5", |
| 29 | + "@testing-library/react": "^14.0.0", |
| 30 | + "@types/jest": "^29.5.3", |
| 31 | + "@types/react": "^18.0.28", |
| 32 | + "@types/react-dom": "^18.0.11", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.0.0", |
| 34 | + "@typescript-eslint/parser": "^5.55.0", |
| 35 | + "babel-jest": "^29.7.0", |
| 36 | + "css-loader": "^6.7.3", |
| 37 | + "eslint": "^8.0.1", |
| 38 | + "eslint-config-prettier": "^8.7.0", |
| 39 | + "eslint-config-standard-with-typescript": "^34.0.0", |
| 40 | + "eslint-plugin-import": "^2.25.2", |
| 41 | + "eslint-plugin-n": "^15.6.1", |
| 42 | + "eslint-plugin-promise": "^6.0.0", |
| 43 | + "eslint-plugin-react": "^7.32.2", |
| 44 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 45 | + "html-webpack-plugin": "^5.5.0", |
| 46 | + "jest": "^29.6.1", |
| 47 | + "jest-environment-jsdom": "^29.5.0", |
| 48 | + "npm-run-all": "^4.1.5", |
| 49 | + "prettier": "^2.8.4", |
| 50 | + "prop-types": "^15.8.1", |
| 51 | + "react-dev-utils": "^12.0.1", |
| 52 | + "style-loader": "^3.3.1", |
| 53 | + "terser-webpack-plugin": "^5.3.7", |
| 54 | + "ts-loader": "^9.4.2", |
| 55 | + "typescript": "^4.9.5", |
| 56 | + "url-loader": "^4.1.1", |
| 57 | + "webpack": "^5.76.1", |
| 58 | + "webpack-cli": "^5.0.1", |
| 59 | + "webpack-dev-server": "^4.15.0" |
| 60 | + }, |
| 61 | + "scripts": { |
| 62 | + "build": "webpack --mode=production", |
| 63 | + "clean": "rm -r ./dist", |
| 64 | + "dev": "webpack serve --mode=development", |
| 65 | + "fix": "run-p formatfix lintfix", |
| 66 | + "formatfix": "yarn prettier . --write", |
| 67 | + "formatcheck": "yarn prettier . --check", |
| 68 | + "lint": "run-p formatcheck lintcheck", |
| 69 | + "lintcheck": "yarn eslint src", |
| 70 | + "lintfix": "yarn lintcheck --fix", |
| 71 | + "test": "jest" |
| 72 | + } |
| 73 | +} |
0 commit comments