package.json
2.79 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_from": "rc-slider@~9.6.1",
"_id": "rc-slider@9.6.5",
"_inBundle": false,
"_integrity": "sha512-XRUJDK668hy8MwGnHzZlXCQXXIOUnEs4m2vwk1jgDILVBxI0GwGOlC6T499pYY+NEWg8YgdCOAucFs/+X5WHpg==",
"_location": "/rc-slider",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-slider@~9.6.1",
"name": "rc-slider",
"escapedName": "rc-slider",
"rawSpec": "~9.6.1",
"saveSpec": null,
"fetchSpec": "~9.6.1"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-9.6.5.tgz",
"_shasum": "826cd7ba69d87c48b258baa3422a25b7f8c5620c",
"_spec": "rc-slider@~9.6.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/slider/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
"rc-tooltip": "^5.0.1",
"rc-util": "^5.0.0",
"shallowequal": "^1.1.0"
},
"deprecated": false,
"description": "Slider UI component for React",
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@umijs/fabric": "^2.0.0",
"cross-env": "^7.0.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"eslint": "^7.1.0",
"father": "^2.22.0",
"less": "^3.10.3",
"np": "^7.0.0",
"rc-trigger": "^5.0.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^4.0.5"
},
"engines": {
"node": ">=8.x"
},
"files": [
"assets/*.css",
"lib",
"es",
"dist"
],
"homepage": "http://github.com/react-component/slider/",
"keywords": [
"react",
"react-component",
"react-slider",
"slider",
"input",
"range"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-slider",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/slider.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"coverage": "father test --coverage",
"gh-pages": "npm run build && father doc deploy",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"postpublish": "npm run gh-pages",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"style": "./assets/index.css",
"types": "./lib/index.d.ts",
"version": "9.6.5"
}