-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.16 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.16 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@tracktor/design-system",
"description": "Tracktor Design System",
"sideEffects": false,
"version": "4.33.4",
"license": "ISC",
"type": "module",
"types": "./dist/src/main.d.ts",
"main": "./dist/main.cjs",
"module": "./dist/main.js",
"files": [
"dist",
"colors/index.d.ts"
],
"exports": {
".": {
"types": "./dist/src/main.d.ts",
"import": "./dist/main.js",
"require": "./dist/main.cjs"
},
"./colors": {
"types": "./dist/colors/main.d.ts",
"import": "./dist/colors.js",
"require": "./dist/colors.cjs"
}
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Tracktor/design-system.git"
},
"author": {
"name": "Mickaël Austoni"
},
"bugs": {
"url": "https://github.com/Tracktor/design-system/issues"
},
"homepage": "https://github.com/Tracktor/design-system#readme",
"scripts": {
"build": "tsc && vite build",
"build-storybook": "storybook build",
"build-storybook-docs": "storybook build --docs",
"lint": "bun x biome check --diagnostic-level=error . && tsc --noEmit --incremental",
"lint:fix": "bun x biome check . --write",
"prepare": "bun run build && husky install",
"preview": "bun x vite preview",
"storybook": "storybook dev -p 6006",
"test": "bun run lint && vitest",
"test-ui": "vitest --ui",
"test-visual": "chromatic --project-token=c9bbc986d0d6 --exit-zero-on-changes"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@storybook/addon-docs": "^10.2.15",
"@storybook/addon-links": "^10.2.15",
"@storybook/addon-onboarding": "^10.2.15",
"@storybook/builder-vite": "^10.2.15",
"@storybook/react-vite": "^10.2.15",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@tracktor/biome-config-react": "^1.1.1",
"@types/node": "^18.19.61",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/ui": "^0.34.4",
"babel-loader": "^9.1.3",
"chromatic": "^13.3.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"sass": "^1.80.5",
"storybook": "^10.2.15",
"typescript": "^5.8.3",
"unplugin-dts": "^1.0.0-beta.6",
"vite": "8.0.3",
"vitest": "^1.6.1"
},
"dependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^7.0.0",
"@tanstack/react-virtual": "^3.13.23",
"@tracktor/react-utils": "^1.28.3"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/material": ">=6.0.0",
"@tracktor/react-utils": ">=1.24.0",
"@tanstack/react-virtual": ">=3.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"readme": "ERROR: No README data found!",
"resolutions": {
"jackspeak": "2.1.1",
"semver": "^7.7.3"
},
"_id": "design-system-tracktor@1.8.4"
}