-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.58 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
52
53
{
"name": "django-tinymce-4",
"title": "Integrate TinyMCE in Django projects",
"description": "",
"version": "0.0.27",
"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": "^9.7.4",
"chalk": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-batch": "~1.0.5",
"gulp-concat": "^2.6.1",
"gulp-css-base64": "^1.3.4",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.2",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"postcss-calc": "^7.0.1",
"postcss-color-function": "^4.1.0",
"postcss-css-variables": "^0.14.0",
"postcss-custom-properties": "^9.0.2",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-opacity": "^5.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-reporter": "^6.0.1",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^4.0.0",
"vinyl-map": "^1.0.2",
"yargs": "^15.1.0"
},
"license": "MIT"
}