url-minify/frontend/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-27 06:35:13 +00:00
{
2022-02-13 08:28:33 +00:00
"name": "url-minify",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.4.0",
"@mui/styled-engine-sc": "^5.3.0",
2022-02-19 15:34:21 +00:00
"@next/env": "^12.1.0",
2022-03-01 15:08:26 +00:00
"apexcharts": "^3.33.1",
2022-02-15 15:14:21 +00:00
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
2022-03-07 10:26:12 +00:00
"cors": "^2.8.5",
2022-03-14 14:25:09 +00:00
"framer-motion": "^6.2.8",
2022-02-13 08:28:33 +00:00
"nanoid": "^3.2.0",
"next": "12.0.9",
"qrcode": "^1.5.0",
2022-02-13 08:28:33 +00:00
"react": "17.0.2",
2022-03-01 15:08:26 +00:00
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^2.2.0",
2022-02-13 08:28:33 +00:00
"react-dom": "17.0.2",
2022-03-14 14:25:09 +00:00
"react-hot-toast": "^2.2.0",
2022-03-15 08:06:36 +00:00
"react-icons": "^4.3.1",
2022-03-06 14:32:40 +00:00
"react-page-loading": "^1.0.2",
"react-query": "^3.38.0",
2022-02-19 15:34:21 +00:00
"styled-components": "^5.3.3",
"styled-jsx": "^5.0.0"
2022-02-13 08:28:33 +00:00
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bravo68web/url-minify.git"
},
"keywords": [
"url-minify",
"short-link",
"generator",
"nextjs",
"frontend",
"api",
"rest"
],
"author": "BRAVO68WEB",
"bugs": {
"url": "https://github.com/bravo68web/url-minify/issues"
},
"homepage": "https://github.com/bravo68web/url-minify#readme",
"devDependencies": {
2022-03-20 20:17:21 +00:00
"nodemon": "^2.0.15",
2022-02-13 08:28:33 +00:00
"prettier": "2.5.1"
}
2022-01-27 06:35:13 +00:00
}