-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
{
"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.5.3",
"autonumeric": "^4.6.0",
"css-loader": "^6.5.1",
"dayjs": "^1.11.12",
"multi.js": "0.5.0",
"nouislider": "^15.7.1",
"slim-select": "^2.9.2",
"style-loader": "^3.3.1",
"vanilla-calendar-pro": "^2.9.10",
"virtual-select-plugin": "^1.0.46",
"webpack": "^5.95.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"winbox": "^0.2.82",
"wnumb": "^1.2.0"
}
}