-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 KB
/
package.json
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
{
"name": "@aligent/ts-code-standards",
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./tsconfigs-base": "./tsconfigs/base.json",
"./tsconfigs-react": "./tsconfigs/react.json",
"./tsconfigs/base.json": "./tsconfigs/base.json",
"./tsconfigs/react.json": "./tsconfigs/react.json"
},
"files": [
"dist",
"tsconfigs"
],
"scripts": {
"test": "tsc && eslint .",
"build": "rollup -c"
},
"dependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript-eslint": "^8.22.0"
},
"devDependencies": {
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.19.0",
"prettier": "^3.4.1",
"rollup": "^4.34.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}