-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "react-smooth-scroll",
"description": "<h1 align=\"center\">Lib Name</h1> <h3 align=\"center\">Lib Description</h3>",
"version": "0.0.10",
"scripts": {
"build": "NODE_ENV=production webpack -p --config ./webpack.production.config.js --progress --colors",
"start": "webpack-dev-server --watch -d --progress --colors"
},
"main": "build/react-smooth-scroll.min.js",
"author": "antoninlanglade",
"license": "MIT",
"directories": {
"example": "example"
},
"dependencies": {
"lodash": "^4.17.2",
"raf": "github:pqml/raf",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"virtual-scroll": "^1.1.1"
},
"devDependencies": {
"webpack": "^1.13.3",
"webpack-node-externals": "^1.5.4",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-latest": "^6.16.0",
"file-loader": "^0.9.0",
"webpack-dev-server": "^1.16.2",
"webpack-uglify-js-plugin": "^1.1.9",
"webpack-watch-livereload-plugin": "0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoninlanglade/react-smooth-scroll.git"
},
"keywords": [
"React",
"Smooth",
"Scroll"
],
"bugs": {
"url": "https://github.com/antoninlanglade/react-smooth-scroll/issues"
},
"homepage": "https://github.com/antoninlanglade/react-smooth-scroll#readme"
}