-
-
Notifications
You must be signed in to change notification settings - Fork 377
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 687 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"type": "commonjs",
"scripts": {
"lint": "tsc && eslint .",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\""
},
"devDependencies": {
"@serverless/typescript": "^3.30.1",
"@types/ci-info": "^3.1.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.8.8",
"typescript": "^5.9.3"
},
"dependencies": {
"@headlessui/react": "^1.7.17"
}
}