gseps-front/package.json

62 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2023-08-23 07:50:10 +00:00
{
2023-09-12 00:55:40 +00:00
"name": "gesps-front",
2023-09-06 05:00:01 +00:00
"version": "0.0.1",
2023-08-23 07:50:10 +00:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-09-11 08:40:47 +00:00
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nivo/bar": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
2023-09-06 05:00:01 +00:00
"@sdt/sdt-ui-kit": "^0.1.20",
2023-08-23 08:12:52 +00:00
"@tanstack/react-query": "^4.33.0",
2023-08-23 07:50:10 +00:00
"autoprefixer": "10.4.15",
2023-08-23 08:12:52 +00:00
"axios": "^1.4.0",
2023-09-06 05:00:01 +00:00
"cookies-next": "^3.0.0",
2023-09-11 08:40:47 +00:00
"date-fns": "^2.30.0",
2023-08-23 07:50:10 +00:00
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
2023-08-23 08:12:52 +00:00
"lodash": "^4.17.21",
2023-08-23 07:50:10 +00:00
"next": "13.4.19",
"postcss": "8.4.28",
2023-08-23 08:12:52 +00:00
"qs": "^6.11.2",
"react": "^18.2.0",
"react-cookie": "^6.1.0",
2023-08-23 07:50:10 +00:00
"react-dom": "18.2.0",
2023-08-23 08:12:52 +00:00
"react-hook-form": "^7.45.4",
"react-modal": "^3.16.1",
"styled-components": "^6.0.7",
2023-08-23 07:50:10 +00:00
"tailwindcss": "3.3.3",
2023-08-23 08:12:52 +00:00
"typescript": "5.1.6",
"zustand": "^4.4.1"
},
"devDependencies": {
2023-09-06 05:00:01 +00:00
"@tanstack/react-query-devtools": "^4.33.0",
"@types/lodash": "^4.14.197",
"@types/node": "20.5.1",
"@types/qs": "^6.9.7",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-modal": "^3.16.0",
2023-08-23 08:12:52 +00:00
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.2"
2023-08-23 07:50:10 +00:00
}
}