-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "pretty-plot",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build --preset vercel",
"start": "vinxi start"
},
"dependencies": {
"@solid-primitives/script-loader": "^2.0.2",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@soorria/solid-dropzone": "^1.0.1",
"autoprefixer": "^10.4.14",
"colortranslator": "^4.1.0",
"deep-object-diff": "^1.1.9",
"h5wasm": "^0.7.9",
"plotly.js-dist-min": "^2.28.0",
"postcss": "^8.4.26",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.11",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.3.3",
"uden-ui": "^0.1.1",
"vinxi": "^0.1.2"
},
"engines": {
"node": ">=18"
}
}