forked from ClassicPress/ClassicPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "ClassicPress",
"version": "1.5.2+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": "24.0.1",
"autoprefixer": "10.4.13",
"grunt": "1.6.1",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-connect": "3.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-qunit": "6.0.0",
"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",
"ink-docstrap": "1.3.2",
"postcss": "8.4.21",
"rollup": "3.14.0",
"sync-request": "6.1.0",
"terser": "5.16.1"
},
"dependencies": {
"node-sass": "8.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/classicpress"
}
}