-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "playbook-ng",
"version": "0.0.0",
"type": "module",
"description": "",
"scripts": {
"prepare": "husky",
"format": "prettier --cache --write \"./*/src/**/*.{js,ts,jsx,tsx,css,scss,sass,html,md}\"",
"lint": "eslint --cache --report-unused-disable-directives --max-warnings 0 \"./*/src/**/*.{js,ts,jsx,tsx}\"",
"format_args": "prettier --cache --write",
"lint_args": "eslint --cache --report-unused-disable-directives --max-warnings 0"
},
"author": "",
"license": "UNLICENSED",
"private": true,
"workspaces": [
"shared",
"shared-web",
"website",
"api",
"editor"
],
"dependencies": {
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514",
"eslint-plugin-react-refresh": "^0.4.11",
"husky": "^9.1.5",
"npm-check-updates": "^17.1.1",
"prettier": "3.3.3",
"sass": "1.77.6",
"typescript": "5.6.3",
"typescript-eslint": "^8.4.0",
"typescript-plugin-css-modules": "^5.1.0"
},
"overrides": {
"unzipper": "^0.12.3",
"stylus": "^0.64.0",
"archiver": "^7.0.1"
}
}