Files
main_frontend/package.json
T
yunglocokid 28893e558c initial
2024-05-11 23:40:53 +07:00

39 lines
947 B
JSON

{
"name": "fsd-nest-template",
"description": "Pure Next.js FSD template with stylelint, prettier and eslint",
"author": {
"name": "@yunglocokid (Dmitriy Bratchikov)",
"url": "https://github.com/yunglocokid"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"normalize.css": "^8.0.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"prettier": "^3.2.5",
"sass": "^1.77.1",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-order-config-standard": "^0.1.3",
"typescript": "^5"
}
}