forked from dreamRs/shinyWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"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.6.0",
"@widgetjs/tree": "^1.8.3",
"air-datepicker": "^3.3.5",
"autonumeric": "^4.6.0",
"css-loader": "^6.5.1",
"dayjs": "^1.11.4",
"dayjs-plugin-utc": "^0.1.2",
"multi.js": "0.5.0",
"nouislider": "^15.6.1",
"style-loader": "^3.3.1",
"virtual-select-plugin": "^1.0.39",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0",
"wnumb": "^1.2.0"
}
}