forked from ITCase-django/django-tinymce-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
51
{
"name": "django-tinymce-4",
"title": "Integrate TinyMCE4 in Django projects",
"description": "",
"version": "0.0.21",
"homepage": "http://www.github.com/ITCase-django/django-tinymce-4/",
"author": "ITCase <[email protected]> (http://www.itcase.pro/)",
"repository": {
"type": "git",
"url": "http://www.github.com/ITCase-django/django-tinymce-4/"
},
"bugs": "http://www.github.com/ITCase-django/django-tinymce-4/issues/",
"engines": {
"node": ">= 5.0.0"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^4.0.0",
"gulp-batch": "~1.0.5",
"gulp-concat": "^2.6.1",
"gulp-css-base64": "^1.3.4",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.0",
"postcss-calc": "^6.0.1",
"postcss-color-function": "^4.0.1",
"postcss-css-variables": "^0.8.0",
"postcss-custom-properties": "^7.0.0",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"postcss-opacity": "^5.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-reporter": "^5.0.0",
"stylelint": "^9.1.3",
"stylelint-config-standard": "^18.2.0",
"vinyl-map": "^1.0.2",
"yargs": "^11.0.0"
},
"license": "MIT"
}