-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 865 Bytes
/
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
{
"name": "h5-cropper",
"version": "0.0.3",
"description": "移动端图片裁剪器",
"main": "dist/index.js",
"types": "src/index.ts",
"files": [
"src",
"dist"
],
"scripts": {
"start": "tpack -s",
"build": "tpack -b",
"deploy": "tpack -p"
},
"author": {
"name": "sayll",
"url": "https://github.com/sayll"
},
"homepage": "https://github.com/sayll/h5-cropper",
"repository": {
"type": "git",
"url": "git+https://github.com/sayll/h5-cropper.git"
},
"bugs": {
"url": "https://github.com/sayll/h5-cropper/issues"
},
"license": "ISC",
"dependencies": {
"clean-css": "^4.2.1",
"cropperjs": "^1.5.1",
"meriyah": "^3.1.6",
"tpack": "2.9.0",
"typescript": "^4.1.3",
"uglify-js": "^3.6.0"
},
"devDependencies": {
"cherow": "^1.6.9",
"node-sass": "^4.12.0"
}
}