-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 985 Bytes
/
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
{
"name": "dual-range-bar",
"version": "1.1.0",
"description": "A dual range slider/scrolling bar without dependency",
"main": "dist/dual-range-bar.js",
"files": [ "/dist", "/types" ],
"types": "types/index.d.ts",
"repository": "https://github.com/welai/dual-range-bar.git",
"keywords": [
"range-slider",
"range-picker",
"slider",
"scrollbar"
],
"scripts": {
"build": "webpack"
},
"author": "Celestial Phineas",
"license": "MIT",
"bugs": {
"url": "https://github.com/welai/dual-range-bar/issues"
},
"homepage": "https://welai.github.io/dual-range-bar",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^8.0.11",
"typescript": "^4.1.3",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
}
}