-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.85 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "mor-scroll-watcher",
"version": "0.5.0",
"description": "Mona系列 - React滚动监听组件",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"start": "node ./build/webpack.dev.js",
"build": "export NODE_ENV=prodution && node ./build/webpack.build.js",
"babel": "rm -rf lib && BABEL_ENV=prodution && babel scroll-watcher --out-dir lib --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/func-star/mor-scroll-watcher.git"
},
"keywords": [
"monajs",
"mona",
"mor-scroll-watcher",
"events",
"mona-events"
],
"author": "yangxi",
"license": "ISC",
"bugs": {
"url": "https://github.com/func-star/mor-scroll-watcher/issues"
},
"homepage": "https://github.com/func-star/mor-scroll-watcher#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "1.0.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "2.2.5",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.7",
"es6-promise": "3.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"fastclick": "1.0.6",
"fs-extra": "0.30.0",
"html-webpack-plugin": "^2.30.1",
"jsx-control-statements": "3.1.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mor-mobile": "^0.6.0",
"open-browser-webpack-plugin": "0.0.5",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-less": "^1.1.3",
"postcss-loader": "^2.0.9",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"mona-events": "0.0.5"
}
}