-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
1 lines (1 loc) · 2.2 KB
/
package.json
1
{"name":"aresui","version":"2.0.18","description":"AresUI is a collection of super components for Next.js applications.","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsup","pub":"npm run build && hesto update:package && npm publish && hesto git:commit","pub:dev":"npm run build && hesto update:package && npm publish","lint":"eslint --fix --cache src/","format":"prettier --write \"src/**/*.{ts,tsx}\"","typecheck":"tsc -p tsconfig.json","dev":"storybook dev -p 6006","storybook:build":"storybook build"},"repository":{"type":"git","url":"git+https://github.com/jefferson-calmon/aresui.git"},"keywords":[],"author":{"name":"Jefferson Calmon","url":"https://jeffersoncalmon.dev","email":"jeffjeff0197@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/jefferson-calmon/aresui/issues"},"homepage":"https://github.com/jefferson-calmon/aresui#readme","files":["dist/**/*.js*","dist/**/*.mjs*","dist/**/*.d*"],"resolutions":{"jackspeak":"2.1.1"},"peerDependencies":{"next":">= 13.0.0","react":">= 18.0.0","styled-components":">= 5.3.11"},"dependencies":{"codekit":"^2.0.32","framer-motion":"^11.0.20","nprogress":"^0.2.0","polished":"^4.2.2","react-dropzone":"^14.2.3","react-highlight-words":"^0.20.0","react-input-mask":"^2.0.4","react-loading-skeleton":"^3.4.0"},"devDependencies":{"@chromatic-com/storybook":"1","@faker-js/faker":"^8.4.1","@storybook/addon-centered":"^5.3.21","@storybook/addon-essentials":"^8.2.7","@storybook/addon-interactions":"^8.2.7","@storybook/addon-links":"^8.2.7","@storybook/addon-webpack5-compiler-babel":"3.0.3","@storybook/blocks":"^8.2.7","@storybook/nextjs":"^8.2.7","@storybook/react":"^8.2.7","@storybook/test":"^8.2.7","@types/node":"^18.8.4","@types/nprogress":"^0.2.3","@types/react":"^18.2.7","@types/react-dom":"^18.2.4","@types/react-highlight-words":"^0.16.7","@types/react-input-mask":"^3.0.2","@types/styled-components":"^5.1.26","@typescript-eslint/eslint-plugin":"^5.40.0","@typescript-eslint/parser":"^5.40.0","eslint":"^8.25.0","eslint-plugin-react-hooks":"^4.6.0","eslint-plugin-storybook":"^0.8.0","next":"^13.4.4","prettier":"^2.7.1","react":"^18.2.0","react-dom":"18.2.0","storybook":"^8.2.7","styled-components":"^5.3.11","tsup":"^6.2.3","typescript":"^4.8.4"}}