-
-
Notifications
You must be signed in to change notification settings - Fork 244
/
package.json
39 lines (39 loc) · 1.49 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
{
"name": "uniforms-repository",
"private": true,
"scripts": {
"build": "turbo build:cjs build:esm",
"build:watch": "turbo watch build:cjs build:esm",
"clean": "rimraf ./**/cjs ./**/esm && rimraf coverage",
"coverage": "jest --coverage --no-cache --runInBand",
"lint": "pnpm lint:code && pnpm lint:text && pnpm lint:types",
"lint:code": "eslint --cache --cache-location node_modules/.cache/eslint --cache-strategy content --ext js,ts,tsx .",
"lint:text": "prettier --check \"**/*.{json,md,mdx,yml}\"",
"lint:types": "pnpm build",
"prereset": "pnpm clean",
"reset": "rimraf node_modules .turbo packages/*/.turbo packages/*/node_modules reproductions/.cache reproductions/dist reproductions/node_modules website/.docusaurus website/build website/node_modules",
"test": "jest"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.4.3",
"@types/jest": "26.0.20",
"@types/node": "18.19.50",
"eslint-config-vazco": "7.4.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.3.0",
"husky": "8.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.0.3",
"rimraf": "3.0.2",
"stylelint": "13.8.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-prettier": "1.1.2",
"ts-jest": "29.2.5",
"turbo": "2.1.1",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}