forked from ClassicPress/ClassicPress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.18 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.18 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ClassicPress",
"version": "2.7.0+dev",
"description": "ClassicPress is web software you can use to create a beautiful website or blog.",
"repository": {
"type": "git",
"url": "https://github.com/ClassicPress/ClassicPress"
},
"author": "The ClassicPress Contributors",
"license": "GPL-2.0+",
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",
"@rollup/plugin-commonjs": "29.0.2",
"autoprefixer": "10.5.0",
"grunt": "1.6.2",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-connect": "5.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-qunit": "10.2.0",
"grunt-eslint": "^26.0.0",
"grunt-includes": "1.1.0",
"grunt-jsdoc": "2.4.1",
"grunt-legacy-util": "2.0.2",
"grunt-rtlcss": "2.0.2",
"grunt-sass": "4.1.0",
"grunt-webpack": "8.0.0",
"ink-docstrap": "1.3.2",
"install-changed": "^1.1.0",
"postcss": "8.5.15",
"qunit": "^2.19.4",
"rollup": "4.60.4",
"sass": "1.100.0",
"sinon": "^22.0.0",
"sinon-test": "^3.1.5",
"source-map-loader": "^5.0.0",
"terser": "5.48.0",
"terser-webpack-plugin": "^5.3.7",
"webpack": "5.107.2"
},
"dependencies": {
"@melloware/coloris": "0.25.0",
"@wordpress/a11y": "4.46.0",
"@wordpress/api-fetch": "7.46.0",
"@wordpress/dom-ready": "4.46.0",
"@wordpress/hooks": "4.46.0",
"@wordpress/i18n": "6.19.0",
"@wordpress/url": "4.46.0",
"clipboard": "2.0.11",
"codemirror": "5.65.21",
"cropperjs": "^2.1.1",
"csslint": "1.0.5",
"esprima": "4.0.1",
"filepond": "4.32.12",
"filepond-plugin-file-rename": "1.1.8",
"filepond-plugin-file-validate-size": "2.2.8",
"filepond-plugin-file-validate-type": "1.2.9",
"filepond-plugin-image-preview": "4.6.12",
"htmlhint": "1.9.2",
"jsonlint": "1.6.3",
"lodash": "4.18.1",
"mediaelement": "7.1.0",
"moment": "2.30.1",
"sortablejs": "1.15.7"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/classicpress"
}
}