mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
* feat: wip - responsive version * chore(config): update eslint config * fix: align drop zone footer * fix: add prop for immutable colors * fix: container width issue on tablet * chore: change class name convention * chore: add missing error styles on mobile * style(viewport): add 100vh fix for safari * style: update bottom info padding on mobile * perf: remove getInitialProps function and dependencies * chore(deps): update sharp to v0.25.0 * chore: delete unused hook * docs: add @miguellteixeira as a contributor * test(cypress): update page load wait * feat(responsive): update code modal for mobile * feat(responsive): update background images and light/dark toggle color * feat(responsive): add about us modal on mobile * feat(responsive): update sharable image Co-authored-by: Miguel Teixeira <teixeira.silva.miguel@gmail.com>
146 lines
4.0 KiB
JSON
146 lines
4.0 KiB
JSON
{
|
|
"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.1.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.0.3",
|
|
"react-lazy-images": "1.1.0",
|
|
"react-modal": "3.11.2",
|
|
"react-transition-group": "4.4.1",
|
|
"sharp": "0.25.0",
|
|
"use-dark-mode": "2.3.1",
|
|
"use-media": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.11.6",
|
|
"@commitlint/cli": "9.1.2",
|
|
"@commitlint/config-conventional": "9.1.2",
|
|
"@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.6.4",
|
|
"@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.0.1",
|
|
"@typescript-eslint/parser": "4.0.1",
|
|
"all-contributors-cli": "6.17.2",
|
|
"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.1.0",
|
|
"cypress-file-upload": "4.1.1",
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"dotenv": "8.2.0",
|
|
"eslint": "7.8.1",
|
|
"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.0",
|
|
"husky": "4.2.5",
|
|
"lint-staged": "10.3.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.1",
|
|
"react-refresh": "0.8.3",
|
|
"regenerator-runtime": "0.13.7",
|
|
"sass": "1.26.10",
|
|
"sass-loader": "9.0.3",
|
|
"semantic-release": "17.1.1",
|
|
"start-server-and-test": "1.11.3",
|
|
"stylelint": "13.7.0",
|
|
"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.17.2",
|
|
"typescript": "3.9.7",
|
|
"webpack-notifier": "1.8.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|