-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"type": "module",
"packageManager": "pnpm@11.19.0",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"cli": "tsx src/cli/index.ts"
},
"license": "MIT",
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"@tailwindcss/vite": "^4.3.2",
"@testing-library/jest-dom": "^7.0.0",
"@types/node": "^26.1.1",
"@types/plotly.js": "^3.0.10",
"jsdom": "^30.0.0",
"tailwindcss": "^4.3.2",
"tsx": "^4.23.0",
"typescript": "^7.0.0",
"vite": "^8.1.3",
"vite-plugin-solid": "2.11.14",
"vitest": "^4.1.10"
},
"dependencies": {
"@solidjs/router": "^1.0.0",
"baseline-browser-mapping": "^2.10.42",
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-zoom": "^2.2.0",
"commander": "^15.0.0",
"plotly.js-dist-min": "^3.7.0",
"solid-js": "^1.9.14",
"vega": "^6.2.0",
"vega-embed": "^7.1.0",
"vega-lite": "^6.4.3"
}
}