-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.4 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
45
46
{
"name": "react-isolated-scroll",
"version": "0.1.0",
"description": "React component for isolated-scroll",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --config demo/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf lib/ && babel -d lib/ src/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markdalgleish/react-isolated-scroll.git"
},
"author": "Mark Dalgleish",
"license": "MIT",
"bugs": {
"url": "https://github.com/markdalgleish/react-isolated-scroll/issues"
},
"homepage": "https://github.com/markdalgleish/react-isolated-scroll#readme",
"dependencies": {
"isolated-scroll": "^0.1.0",
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"file-loader": "^0.9.0",
"lodash.times": "^4.3.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}