forked from uploadcare/uploadcare-redactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.29 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": "uploadcare-redactor",
"version": "2.0.1",
"widgetVersion": "3.x",
"description": "File Uploader by Uploadcare. The plugin for Imperavi Redactor to work with Uploadcare Widget.",
"main": "./src/uploadcare.js",
"scripts": {
"dev": "rollup -c -w",
"start": "browser-sync start -s ./ -f ./ --port 3000",
"lint": "eslint .",
"precommit": "npm run lint",
"release": "release-it",
"deploy:demo": "node scripts/deploy-demo.js",
"deploy:release": "node scripts/deploy-release.js",
"build": "npm run clean && rollup -c",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uploadcare/uploadcare-redactor.git"
},
"author": "Uploadcare",
"license": "MIT",
"bugs": {
"url": "https://github.com/uploadcare/uploadcare-redactor/issues"
},
"homepage": "https://github.com/uploadcare/uploadcare-redactor#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"eslint": "^7.0.0",
"eslint-config-uploadcare": "^1.3.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.5",
"release-it": "^13.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.10.2",
"rollup-plugin-browsersync": "^1.1.0",
"rollup-plugin-jscc": "^1.0.0",
"rollup-plugin-license": "^2.0.0",
"rollup-plugin-uglify": "^6.0.4"
}
}