-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
35
{
"name": "inventare",
"version": "0.0.8",
"repository": "https://github.com/inventare/design-system.git",
"author": "Eduardo Oliveira <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start": "turbo run start",
"test": "vitest",
"test:coverage": "vitest --coverage",
"build": "turbo run build",
"build:docs": "turbo run build:docs",
"release": "changeset publish"
},
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.2",
"@vitest/coverage-istanbul": "1.6.0",
"esbuild": "0.21.5",
"jsdom": "24.1.0",
"tsup": "8.3.5",
"turbo": "^1.10.8",
"typescript": "5.6.2",
"vitest": "1.6.0"
}
}