-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 775 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
{
"name": "react-sortable-pkg-template",
"version": "1.0.0",
"description": "Demo of custom JS components for Shiny for python",
"main": "index.js",
"scripts": {
"build": "esbuild srcts/index.tsx --bundle --outfile=react_sortable/distjs/index.js",
"watch": "npm run build -- --watch"
},
"author": "Nick Strayer",
"license": "MIT",
"devDependencies": {
"@types/react-color": "^3.0.10",
"@types/react-dom": "^18.2.15",
"esbuild": "0.19.5",
"typescript": "^5.2.2"
},
"dependencies": {
"@posit-dev/shiny-bindings-core": "^0.1.0",
"@posit-dev/shiny-bindings-react": "^0.1.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.6"
}
}