forked from icflorescu/mantine-datatable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.48 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
44
45
46
47
{
"name": "mantine-datatable-turborepo",
"version": "2.9.13",
"description": "Monorepo for mantine-datatable; see package/package.json for more info",
"private": true,
"workspaces": [
"docs",
"package"
],
"scripts": {
"generate-docs-data": "node scripts/generate-docs-data.mjs",
"set-package-versions": "NODE_NO_WARNINGS=1 node scripts/set-package-versions.mjs",
"build": "turbo run build --no-daemon",
"dev": "turbo run dev --parallel --no-daemon",
"start": "npx serve docs/out",
"lint": "turbo run lint --no-daemon",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"test:watch": "turbo run test:watch"
},
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@faker-js/faker": "^8.0.2",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-jest": "^29.6.4",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"prettier": "^3.0.3",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
},
"engines": {
"npm": ">=9.5.1",
"node": ">=18.16.1"
},
"packageManager": "[email protected]"
}