-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.59 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
47
48
{
"name": "react-master-slave-scroll",
"version": "0.0.1",
"description": "a simple master slave scroller",
"main": "lib/MasterSlaveScroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack --progress --colors --p",
"transpile": "node_modules/.bin/babel src --presets=babel-preset-es2015 --plugins=babel-plugin-transform-class-properties --out-dir lib/ --ignore index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AshwinDfd/react-master-slave-scroll.git"
},
"keywords": [
"react master slave scroll",
"react master slave scroller",
"master slave scroll",
"master slave scroller",
"flipkart scroller",
"flipkart like scroller"
],
"author": "Ashwin Rai <[email protected]> (ashwinrai.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/AshwinDfd/react-master-slave-scroll/issues"
},
"homepage": "https://github.com/AshwinDfd/react-master-slave-scroll#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.19.1",
"webpack": "^3.10.0"
},
"dependencies": {}
}