-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "xcrop",
"version": "1.1.18",
"description": "JavaScript Vue & React image cropper",
"main": "dist/crop.js",
"scripts": {
"dev": "./node_modules/.bin/rollup -c -w",
"build": "NODE_ENV=production ./node_modules/.bin/rollup -c",
"release": "npm version patch & ./node_modules/.bin/rollup -c & npm run build"
},
"keywords": [
"crop",
"cropper",
"cropping",
"vue cropper",
"vue crop",
"react cropper",
"react crop"
],
"repository": "ffx0s/xcrop",
"author": {
"name": "ffx0s",
"url": "https://webfed.cn"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "10.0.1",
"cssnano": "4.1.10",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "4.1.2",
"postcss-simple-vars": "5.0.2",
"rollup": "^2.0.6",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-node-resolve": "5.0.1",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-watch": "^4.3.1"
}
}