-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 921 Bytes
/
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
{
"name": "react-knob-headless-monorepo",
"scripts": {
"dev": "turbo run dev",
"start": "turbo run start",
"build": "turbo run build",
"build:package": "turbo run build --filter=react-knob-headless",
"test": "turbo run test",
"test:types": "turbo run test:types",
"test:lint": "turbo run test:lint",
"test:e2e": "turbo run test:e2e",
"test:format": "prettier . --check",
"format": "prettier . --write"
},
"devDependencies": {
"@rkh/eslint-config": "*",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@vitest/coverage-v8": "1.2.0",
"eslint": "8.56.0",
"eslint-plugin-turbo": "1.11.2",
"jsdom": "23.0.1",
"prettier": "3.1.1",
"tsup": "8.0.1",
"turbo": "1.11.3",
"typescript": "5.3.3",
"vitest": "1.2.0"
},
"packageManager": "npm@9.5.1",
"workspaces": [
"apps/*",
"packages/*"
]
}