2022-02-11 19:33:35 +00:00
|
|
|
{
|
|
|
|
"name": "@calcom/config",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
2022-03-09 17:52:48 +00:00
|
|
|
"eslint-preset.js",
|
|
|
|
"prettier-preset.js"
|
2022-02-11 19:33:35 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-07-11 23:35:50 +00:00
|
|
|
"@calcom/eslint-plugin-eslint": "*",
|
2022-05-17 19:31:49 +00:00
|
|
|
"eslint-config-next": "^12.1.6",
|
2022-03-09 17:52:48 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"eslint-plugin-playwright": "^0.9.0",
|
2022-03-09 17:52:48 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0"
|
2022-02-18 16:53:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-17 19:31:49 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.1",
|
2022-05-27 10:38:50 +00:00
|
|
|
"@tailwindcss/line-clamp": "^0.4.0",
|
2022-03-08 22:51:53 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.2",
|
2022-03-09 17:52:48 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "3.2.0",
|
2022-05-17 19:53:29 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
|
|
"@typescript-eslint/parser": "^5.25.0",
|
2022-05-17 19:31:49 +00:00
|
|
|
"eslint": "^8.15.0",
|
2022-03-09 17:52:48 +00:00
|
|
|
"prettier": "^2.5.1",
|
2022-05-17 19:31:49 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.1.11",
|
2022-06-19 15:13:12 +00:00
|
|
|
"tailwindcss": "^3.1.3",
|
2022-05-17 19:31:49 +00:00
|
|
|
"typescript": "^4.6.4"
|
2022-02-11 19:33:35 +00:00
|
|
|
}
|
|
|
|
}
|