forked from baijunjie/PhotoClip.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "photoclip",
"version": "3.3.5",
"description": "一款手势驱动的裁图插件",
"main": "dist/Photoclip.js",
"module": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack/webpack.config.dev.js --open",
"build": "webpack --config webpack/webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/baijunjie/PhotoClip.git"
},
"author": "baijunjie",
"license": "MIT",
"bugs": {
"url": "https://github.com/baijunjie/PhotoClip/issues"
},
"homepage": "https://github.com/baijunjie/PhotoClip#readme",
"dependencies": {
"hammerjs": "^2.0.8",
"iscroll": "baijunjie/iscroll",
"lrz": "^4.9.40"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-stage-0": "^6.24.1",
"html-webpack-plugin": "^2.29.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^4.1.0"
},
"files": [
"dist"
]
}