-
Notifications
You must be signed in to change notification settings - Fork 185
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "djangocms-text-ckeditor",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/divio/djangocms-text-ckeditor.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/divio/djangocms-text-ckeditor/issues"
},
"homepage": "https://github.com/divio/djangocms-text-ckeditor#readme",
"devDependencies": {
"del": "^2.2.2",
"djangocms-casper-helpers": "^3.0.0",
"browser-sync": "^2.26.12",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.1.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "2.4.1",
"gulp-uglify": "^2.0.0",
"minimist": "^1.2.0",
"run-sequence": "^1.2.2"
}
}