30 lines
765 B
JSON
30 lines
765 B
JSON
{
|
|
"name": "@repo/config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./tsconfig/base.json": "./tsconfig/base.json",
|
|
"./tsconfig/nextjs.json": "./tsconfig/nextjs.json",
|
|
"./tsconfig/library.json": "./tsconfig/library.json",
|
|
"./eslint/base": "./eslint/base.js",
|
|
"./eslint/nextjs": "./eslint/nextjs.js",
|
|
"./tailwind/preset": "./tailwind/preset.cjs"
|
|
},
|
|
"files": [
|
|
"tsconfig",
|
|
"eslint",
|
|
"tailwind"
|
|
],
|
|
"dependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@next/eslint-plugin-next": "^15.1.3",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"globals": "^15.14.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript-eslint": "^8.19.0"
|
|
}
|
|
}
|