-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.09 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.09 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"publint": "turbo run publint",
"dev": "turbo run dev",
"type-check": "tsgo --noEmit -p tsconfig.json",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"clean": "turbo run clean && rm -rf node_modules",
"format": "biome format --write .",
"build-storybook": "turbo run build-storybook -- --output-dir=storybook-static",
"chromatic": "pnpm install && pnpm build --filter=docs^... && turbo run chromatic --",
"release": "turbo run build --filter=docs^...",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^2.1.2",
"@types/fs-extra": "^11.0.4",
"@types/react-dom": "^18.2.19",
"@typescript/native-preview": "7.0.0-dev.20260309.1",
"@vitejs/plugin-react": "^5.1.4",
"baseline-browser-mapping": "^2.9.14",
"fs-extra": "^11.3.3",
"glob": "^13.0.6",
"husky": "^9.1.6",
"inquirer": "^11.0.2",
"lint-staged": "^15.2.10",
"publint": "^0.3.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsdown": "^0.20.3",
"turbo": "^2.8.12",
"typescript": "^5.6.2",
"vite": "npm:rolldown-vite@7.3.1",
"vite-plugin-css-injected-by-js": "^4.0.1"
},
"resolutions": {
"cross-spawn": "7.0.5",
"esbuild": "^0.25.0",
"semver": ">=7.5.2",
"tmp": "0.2.4"
},
"packageManager": "pnpm@10.30.3",
"name": "design-system",
"dependencies": {
"@signozhq/design-tokens": "2.1.3",
"@signozhq/icons": "0.3.0"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.3.1"
},
"packageExtensions": {
"vite-plugin-lib-inject-css": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@vitejs/plugin-react": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@storybook/react-vite": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@joshwooding/vite-plugin-react-docgen-typescript": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@storybook/builder-vite": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@tailwindcss/vite": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"vite-plugin-dts": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"vitest": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@vitest/browser-playwright": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@vitest/coverage-v8": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@storybook/addon-vitest": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@vitest/mocker": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
},
"@storybook/csf-plugin": {
"peerDependencies": {
"vite": "npm:rolldown-vite@7.3.1"
}
}
}
},
"version": "0.0.6"
}