forked from juristr/jsnation-tasker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 756 Bytes
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
{
"name": "@tasker/sources",
"private": true,
"scripts": {
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,md}\""
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0",
"@playwright/test": "^1.44.0",
"nx": "19.2.3"
}
}