This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
54
55
56
57
58
59
60
61
62
{
"name": "ClassicPress",
"version": "2.0.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": "25.0.7",
"autoprefixer": "10.4.16",
"clipboard": "^2.0.11",
"grunt": "1.6.1",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-connect": "4.0.0",
"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": "8.0.1",
"grunt-includes": "1.1.0",
"grunt-jsdoc": "2.4.1",
"grunt-jsvalidate": "0.2.2",
"grunt-legacy-util": "2.0.1",
"grunt-replace": "2.0.2",
"grunt-rtlcss": "2.0.2",
"grunt-sass": "3.1.0",
"grunt-webpack": "6.0.0",
"ink-docstrap": "1.3.2",
"install-changed": "^1.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"postcss": "8.4.31",
"qunit": "^2.19.4",
"rollup": "4.5.2",
"sinon": "^17.0.0",
"sinon-test": "^3.1.5",
"source-map-loader": "^4.0.1",
"sync-request": "6.1.0",
"terser": "5.24.0",
"terser-webpack-plugin": "^5.3.7",
"webpack": "5.89.0"
},
"dependencies": {
"@wordpress/a11y": "3.46.0",
"@wordpress/api-fetch": "6.43.0",
"@wordpress/dom-ready": "3.46.0",
"@wordpress/hooks": "3.46.0",
"@wordpress/i18n": "4.46.0",
"@wordpress/url": "3.47.0",
"node-sass": "9.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/classicpress"
}
}