UNPKG

@cimeco/arc-assets

Version:

Feature Card for ARC

57 lines (56 loc) 1.49 kB
{ "name": "@cimeco/arc-assets", "version": "2.0.5", "description": "Feature Card for ARC", "main": "index.js", "scripts": { "lint": "npm run eslint", "eslint": "eslint --ext=js,jsx .", "format": "prettier --config .prettierrc src/**/*.{jsx,js} --write", "test": "jest --coverage" }, "keywords": [ "ARC", "Card", "Content" ], "author": "", "license": "ISC", "dependencies": { "@cimeco/ui": "^1.0.1", "@cimeco/utils": "^1.0.20", "lodash": "^4.17.21", "luxon": "^3.4.3", "prop-types": "^15.8.1", "react": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.21.8", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/jest": "^28.1.8", "babel-jest": "^28.1.3", "babel-loader": "^8.3.0", "babel-plugin-transform-class-properties": "^6.24.1", "eslint": "^8.39.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "html-webpack-plugin": "^5.5.1", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", "prettier": "^2.8.8", "webpack": "^5.81.0" }, "jest": { "testEnvironment": "jsdom", "setupFilesAfterEnv": [ "<rootDir>/src/setupTests.js" ] } }