forked from treyhoover/react-sliderp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
44
{
"name": "react-sliderp",
"version": "0.0.8",
"description": "",
"main": "build/react-sliderp",
"module": "build/react-sliderp",
"files": [
"build"
],
"scripts": {
"build": "NODE_ENV=production rollup -c",
"watch": "rollup -cw"
},
"author": "",
"devDependencies": {
"rollup": "^0.50.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-peer-deps-external": "^1.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"tslib": "^1.6.0",
"typescript": "^2.5.3"
},
"dependencies": {
"@types/lodash.clamp": "^4.0.3",
"@types/lodash.debounce": "^4.0.3",
"@types/lodash.throttle": "^4.1.3",
"@types/react": "^16.0.10",
"@types/react-dom": "^16.0.1",
"@types/react-motion": "^0.0.23",
"@types/react-virtualized": "^9.7.5",
"lodash": "^4.17.4",
"react-motion": "^0.5.2",
"react-virtualized": "^9.11.1",
"rollup-plugin-local-resolve": "^1.0.7"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}