-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1002 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 1002 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
{
"name": "wigglystuff",
"scripts": {
"dev-copy-btn": "./node_modules/.bin/esbuild js/copybutton/widget.js --bundle --outfile=wigglystuff/static/copybutton.js --format=esm --watch --minify",
"build-three-widget": "./node_modules/.bin/esbuild js/three-widget/widget.js --bundle --outfile=wigglystuff/static/three-widget.js --format=esm --minify",
"dev-three-widget": "./node_modules/.bin/esbuild js/three-widget/widget.js --bundle --outfile=wigglystuff/static/three-widget.js --format=esm --watch --minify"
},
"dependencies": {
"@anywidget/react": "^0.1.0",
"@pierre/diffs": "^1.0.11",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.1",
"driver.js": "^1.3.1",
"esbuild": "^0.25.1",
"hiplot": "^0.1.34-rc.200",
"radix-ui": "^1.1.3",
"react": "^19.0.0",
"three": "^0.170.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18"
}
}