-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36ace5c
commit 52407f1
Showing
1 changed file
with
81 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,83 @@ | ||
{ | ||
"name": "@marceloglacial/brinca-ui", | ||
"version": "1.3.0", | ||
"author": "Marcelo Glacial", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "npm run storybook", | ||
"build": "npm run format && npm run lint && rm -rf /dist && npm run build:esbuild", | ||
"build:docs": "build-storybook -o docs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"build:esbuild": "node esbuild.js && tsc --emitDeclarationOnly --outDir dist/esm && tsc --emitDeclarationOnly --outDir dist/cjs", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"format": "prettier -w src", | ||
"lint": "eslint --fix src/**/*.ts*", | ||
"husky-actions": "npm run format && npm run lint", | ||
"prepare": "husky install", | ||
"start": "start-storybook -p 6006 --ci --quiet --no-open", | ||
"test": "concurrently \"yarn dev\" \"yarn run cypress open\"", | ||
"test:ci": "concurrently \"yarn start\" \"cypress run --headless\"", | ||
"prerelease": "yarn build && yarn build:docs && yarn test:ci" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/marceloglacial/brinca-ui.git" | ||
}, | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/marceloglacial/brinca-ui/issues" | ||
}, | ||
"homepage": "https://github.com/marceloglacial/brinca-ui#readme", | ||
"dependencies": { | ||
"@types/node": "^18.11.18", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.10", | ||
"autoprefixer": "^10.4.13", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-react": "^7.31.11", | ||
"postcss": "^8.4.20", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"tailwindcss": "^3.2.4", | ||
"typescript": "4.9.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.7", | ||
"@storybook/addon-essentials": "^7.4.6", | ||
"@storybook/addon-interactions": "^7.4.6", | ||
"@storybook/addon-links": "^7.4.6", | ||
"@storybook/addon-onboarding": "^1.0.8", | ||
"@storybook/blocks": "^7.4.6", | ||
"@storybook/manager-api": "^7.4.6", | ||
"@storybook/react": "^7.4.6", | ||
"@storybook/react-vite": "^7.4.6", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@storybook/theming": "^7.4.6", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"add": "^2.0.6", | ||
"babel-loader": "^9.1.0", | ||
"concurrently": "^7.6.0", | ||
"cypress": "^12.3.0", | ||
"esbuild": "^0.16.13", | ||
"eslint": "^8.31.0", | ||
"eslint-config-standard-with-typescript": "^26.0.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-n": "^15.6.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-storybook": "^0.6.14", | ||
"husky": "^8.0.3", | ||
"storybook": "^7.4.6" | ||
} | ||
"name": "@marceloglacial/brinca-ui", | ||
"version": "1.4.0", | ||
"author": "Marcelo Glacial", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "npm run storybook", | ||
"build": "npm run format && npm run lint && rm -rf /dist && npm run build:esbuild", | ||
"build:docs": "build-storybook -o docs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"build:esbuild": "node esbuild.js && tsc --emitDeclarationOnly --outDir dist/esm && tsc --emitDeclarationOnly --outDir dist/cjs", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"format": "prettier -w src", | ||
"lint": "eslint --fix src/**/*.ts*", | ||
"husky-actions": "npm run format && npm run lint", | ||
"prepare": "husky install", | ||
"start": "start-storybook -p 6006 --ci --quiet --no-open", | ||
"test": "concurrently \"yarn dev\" \"yarn run cypress open\"", | ||
"test:ci": "concurrently \"yarn start\" \"cypress run --headless\"", | ||
"prerelease": "yarn build && yarn build:docs && yarn test:ci" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/marceloglacial/brinca-ui.git" | ||
}, | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/marceloglacial/brinca-ui/issues" | ||
}, | ||
"homepage": "https://github.com/marceloglacial/brinca-ui#readme", | ||
"dependencies": { | ||
"@types/node": "^18.11.18", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.10", | ||
"autoprefixer": "^10.4.13", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-react": "^7.31.11", | ||
"postcss": "^8.4.20", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"tailwindcss": "^3.2.4", | ||
"typescript": "4.9.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.7", | ||
"@storybook/addon-essentials": "^7.4.6", | ||
"@storybook/addon-interactions": "^7.4.6", | ||
"@storybook/addon-links": "^7.4.6", | ||
"@storybook/addon-onboarding": "^1.0.8", | ||
"@storybook/blocks": "^7.4.6", | ||
"@storybook/manager-api": "^7.4.6", | ||
"@storybook/react": "^7.4.6", | ||
"@storybook/react-vite": "^7.4.6", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@storybook/theming": "^7.4.6", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"add": "^2.0.6", | ||
"babel-loader": "^9.1.0", | ||
"concurrently": "^7.6.0", | ||
"cypress": "^12.3.0", | ||
"esbuild": "^0.16.13", | ||
"eslint": "^8.31.0", | ||
"eslint-config-standard-with-typescript": "^26.0.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-n": "^15.6.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-storybook": "^0.6.14", | ||
"husky": "^8.0.3", | ||
"storybook": "^7.4.6" | ||
} | ||
} |