UNPKG

sea-components-test

Version:

Pacote de teste

61 lines (60 loc) 1.55 kB
{ "name": "sea-components-test", "version": "1.0.3", "description": "Pacote de teste", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "files": [ "lib/**/*" ], "keywords": [ "Teste" ], "author": "", "license": "ISC", "dependencies": { "@types/styled-components": "^5.1.9", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", "styled-components": "^5.2.1", "react-styleguidist": "^11.1.6" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/node": "^7.13.12", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.12.13", "@babel/preset-typescript": "^7.13.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "babel-plugin-styled-components": "^1.12.0", "react-docgen-typescript": "^1.21.0", "react-scripts": "4.0.3", "react-styleguidist": "^11.1.6", "ts-loader": "^8.0.18", "ts-node": "^9.1.1", "typescript-plugin-styled-components": "^1.4.4", "typescript": "^4.2.3" } }