-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 KB
/
package.json
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
44
45
{
"name": "dash_handsontable",
"version": "0.1.2",
"description": "Handsontable for Plotly Dash",
"main": "index.ts",
"repository": {
"type": "git",
"url": "git://github.com/DhiraPT/dash-handsontable.git"
},
"bugs": {
"url": "https://github.com/DhiraPT/dash-handsontable/issues"
},
"homepage": "https://github.com/DhiraPT/dash-handsontable",
"scripts": {
"build:js::dev": "webpack --mode development",
"build:js": "webpack",
"build:backends": "dash-generate-components ./src/ts/components dash_handsontable -p package-info.json --r-prefix '' --jl-prefix '' --ignore \\.test\\.",
"build": "npm run build:js && npm run build:backends",
"watch": "npm run build:js::dev -- --watch"
},
"dependencies": {
"@handsontable/react": "^14.4.0",
"handsontable": "^14.4.0"
},
"devDependencies": {
"@types/react": "^17.0.80",
"css-loader": "^6.11.0",
"npm-run-all": "^4.1.5",
"ramda": "^0.28.0",
"react": "16.13.0",
"react-docgen": "^5.4.3",
"react-dom": "16.13.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.3.1",
"typescript": "^4.9.5",
"webpack": "^5.92.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"author": "Dhiraputta Pathama Tengara <dhira.pt@gmail.com>",
"license": "MIT"
}