{ "name": "favycon", "version": "1.0.0", "description": "A favicon generator tool", "repository": { "type": "git", "url": "git+https://github.com/ruisaraiva19/favycon.git" }, "keywords": [ "favicon", "generator", "tool", "icon", "svg", "png", "pwa" ], "author": { "name": "Rui Saraiva", "email": "ruisaraiva19@gmail.com", "url": "https://ruisaraiva.dev/" }, "license": "MIT", "bugs": { "url": "https://github.com/ruisaraiva19/favycon/issues" }, "homepage": "https://github.com/ruisaraiva19/favycon#readme", "engines": { "node": ">= 10.13" }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "npm-run-all --parallel lint:*", "lint:scripts": "eslint --ext js,jsx,ts,tsx .", "lint:styles": "stylelint ./**/*.{css,scss}", "storybook": "start-storybook -s ./public -p 6006", "storybook:build": "build-storybook -s ./public", "commit": "git-cz", "e2e": "start-test dev 3000 cy:open", "cy:open": "cypress open" }, "dependencies": { "@fiahfy/ico-convert": "0.0.7", "@prefresh/next": "1.2.0", "adm-zip": "0.4.16", "classnames": "2.2.6", "multer": "1.4.2", "next": "9.5.3", "nprogress": "0.2.0", "object-fit-images": "3.2.4", "preact": "10.4.8", "preact-render-to-string": "5.1.10", "preact-ssr-prepass": "1.1.1", "prismjs": "1.21.0", "prop-types": "15.7.2", "react": "16.13.1", "react-clipboard.js": "2.0.16", "react-dom": "16.13.1", "react-dropzone": "11.2.0", "react-lazy-images": "1.1.0", "react-modal": "3.11.2", "react-transition-group": "4.4.1", "react-use-gesture": "7.0.16", "sharp": "0.25.0", "use-dark-mode": "2.3.1", "use-media": "1.4.0" }, "devDependencies": { "@babel/core": "7.11.6", "@commitlint/cli": "11.0.0", "@commitlint/config-conventional": "11.0.0", "@storybook/addon-actions": "5.3.21", "@storybook/addon-backgrounds": "5.3.21", "@storybook/addon-console": "1.2.1", "@storybook/addon-knobs": "5.3.21", "@storybook/addon-links": "5.3.21", "@storybook/addon-storysource": "5.3.21", "@storybook/addon-viewport": "5.3.21", "@storybook/addons": "5.3.21", "@storybook/react": "5.3.21", "@storybook/source-loader": "5.3.21", "@types/adm-zip": "0.4.33", "@types/classnames": "2.2.10", "@types/multer": "1.4.4", "@types/node": "14.11.2", "@types/nprogress": "0.2.0", "@types/object-fit-images": "3.2.0", "@types/prismjs": "1.16.1", "@types/react": "16.9.49", "@types/react-modal": "3.10.6", "@types/react-transition-group": "4.4.0", "@types/sharp": "0.25.1", "@typescript-eslint/eslint-plugin": "4.2.0", "@typescript-eslint/parser": "4.2.0", "all-contributors-cli": "6.17.4", "babel-eslint": "10.1.0", "babel-loader": "8.1.0", "babel-plugin-prismjs": "2.0.1", "babel-preset-react-app": "9.1.2", "commitizen": "4.2.1", "cypress": "5.2.0", "cypress-file-upload": "4.1.1", "cz-conventional-changelog": "3.3.0", "dotenv": "8.2.0", "eslint": "7.9.0", "eslint-config-prettier": "6.11.0", "eslint-config-react": "1.1.7", "eslint-config-react-app": "5.2.1", "eslint-plugin-cypress": "2.11.1", "eslint-plugin-flowtype": "5.2.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.20.6", "eslint-plugin-react-hooks": "4.1.2", "husky": "4.3.0", "lint-staged": "10.4.0", "npm-run-all": "4.1.5", "postcss-100vh-fix": "0.1.1", "postcss-flexbugs-fixes": "4.2.1", "postcss-preset-env": "6.7.0", "prettier": "2.1.2", "react-refresh": "0.8.3", "regenerator-runtime": "0.13.7", "sass": "1.26.11", "sass-loader": "9.0.3", "semantic-release": "17.1.2", "start-server-and-test": "1.11.4", "stylelint": "13.7.1", "stylelint-config-css-modules": "2.2.0", "stylelint-config-prettier": "8.0.2", "stylelint-config-recess-order": "2.1.0", "stylelint-config-standard": "20.0.0", "stylelint-prettier": "1.1.2", "stylelint-scss": "3.18.0", "typescript": "3.9.7", "webpack-notifier": "1.8.0" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }