forked from evidence-dev/evidence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 759 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 759 Bytes
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": "@evidence-dev/component-utilities",
"version": "4.0.8",
"description": "",
"main": "index.js",
"exports": {
"./*": "./src/*.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@evidence-dev/tailwind": "workspace:^",
"@faker-js/faker": "^8.0.2",
"vitest": "^2.1.9"
},
"scripts": {
"test": "vitest --run",
"test:watch": "vitest"
},
"type": "module",
"dependencies": {
"@evidence-dev/sdk": "workspace:*",
"@steeze-ui/simple-icons": "^1.7.1",
"@steeze-ui/svelte-icon": "1.5.0",
"@steeze-ui/tabler-icons": "2.1.1",
"@tidyjs/tidy": "2.5.2",
"@uwdata/mosaic-sql": "^0.3.2",
"debounce": "^1.2.1",
"downloadjs": "1.4.7",
"echarts": "5.6.0",
"ssf": "^0.11.2",
"svelte": "5.53.5"
}
}