-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
67 lines (67 loc) · 1.98 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
{
"name": "react-wx-images-viewer",
"version": "1.0.6",
"description": "Images viewer is a react component use in mobile website App, that function same as Weixin native viewer.",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"example": "rm -rf ./demo/* & NODE_ENV=development webpack --config webpack.config.example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-ld/react-wx-images-viewer.git"
},
"keywords": [
"react",
"photos",
"viewer",
"mobile"
],
"author": "dainli",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-ld/react-wx-images-viewer/issues"
},
"homepage": "https://github.com/react-ld/react-wx-images-viewer#readme",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"file-loader": "^0.11.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-gh-pages-will": "^0.5.4",
"gulp-less": "^3.3.2",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"postcss-loader": "^2.0.5",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"vinyl-ftp": "^0.6.0",
"webpack": "^2.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"prop-types": "^15.6.0",
"raf": "^3.1.0"
}
}