-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
44
{
"name": "shinyWidgets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"none": "webpack --config webpack.dev.js --mode=none",
"development": "webpack --config webpack.dev.js",
"production": "webpack --config webpack.prod.js",
"watch": "webpack --config webpack.dev.js -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreamRs/shinyWidgets.git"
},
"keywords": [],
"author": "Victor Perrier",
"license": "MIT",
"bugs": {
"url": "https://github.com/dreamRs/shinyWidgets/issues"
},
"homepage": "https://github.com/dreamRs/shinyWidgets#readme",
"devDependencies": {
"@simonwep/pickr": "^1.9.1",
"@widgetjs/tree": "^1.8.3",
"air-datepicker": "^3.6.0",
"autonumeric": "^4.6.0",
"css-loader": "^6.5.1",
"dayjs": "^1.11.12",
"multi.js": "0.5.0",
"nouislider": "^15.7.1",
"quercus.js": "^0.4.4",
"slim-select": "^2.9.2",
"style-loader": "^3.3.1",
"vanilla-calendar-pro": "^3.1.0",
"virtual-select-plugin": "^1.1.0",
"webpack": "^5.105.4",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"winbox": "^0.2.82",
"wnumb": "^1.2.0"
}
}