forked from minhtranite/react-lazysizes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.21 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
70
71
72
73
74
75
76
77
78
79
{
"name": "react-lazysizes",
"version": "0.1.2",
"description": "LazySizes component base on lazysizes plugin.",
"main": "lib/LazySizes.js",
"scripts": {
"start": "NODE_ENV=development node webpack.dev.server.js",
"test": "NODE_ENV=development ./node_modules/karma/bin/karma start",
"preview": "NODE_ENV=production node webpack.preview.server.js",
"prebuild": "node scripts/pre-build.js",
"build": "NODE_ENV=production webpack -p --config webpack.build.config.js --progress --profile --colors --bail",
"postbuild": "node scripts/post-build.js",
"lib": "gulp lib"
},
"keywords": [
"react-component",
"react",
"component",
"react-lazysizes",
"lazysizes",
"lazyload",
"image-lazyload"
],
"peerDependencies": {
"react": "0.13.x"
},
"dependencies": {
"lazysizes": "^1.1.4"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.3.1",
"babel-eslint": "^3.1.5",
"babel-loader": "^5.1.2",
"css-loader": "^0.15.3",
"del": "^1.2.0",
"eslint": "^0.24.1",
"eslint-loader": "^0.14.1",
"eslint-plugin-react": "^2.3.0",
"express": "^4.13.1",
"file-loader": "^0.8.1",
"frep": "^0.2.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-csso": "^1.0.0",
"gulp-sass": "^2.0.4",
"http-proxy": "^1.11.1",
"jasmine-core": "^2.2.0",
"json-loader": "^0.5.1",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.5.1",
"less": "^2.4.0",
"less-loader": "^2.2.0",
"node-sass": "^3.1.1",
"object-assign": "^3.0.0",
"opn": "^3.0.2",
"phantomjs": "^1.9.17",
"portscanner": "^1.0.0",
"react-hot-loader": "^1.2.8",
"run-sequence": "^1.1.1",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.2",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/vn38minhtran/react-lazysizes.git"
},
"author": "Minh Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/vn38minhtran/react-lazysizes/issues"
},
"homepage": "https://github.com/vn38minhtran/react-lazysizes"
}