-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.62 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
63
64
65
66
{
"name": "textpattern-hive-framework",
"description": "A Textpattern website theme development framework built with Grunt and Sass.",
"version": "0.0.11",
"keywords": [
"css",
"framework",
"front-end",
"responsive",
"sass",
"textpattern",
"theme",
"web"
],
"author": {
"name": "Phil Wareham",
"url": "https://twitter.com/philwareham"
},
"repository": {
"type": "git",
"url": "https://github.com/philwareham/textpattern-hive-framework.git"
},
"bugs": {
"url": "https://github.com/philwareham/textpattern-hive-framework/issues"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@lodder/grunt-postcss": "3.1.1",
"autoprefixer": "10.4.20",
"babelify": "10.0.0",
"cssnano": "7.0.6",
"grunt": "1.6.1",
"grunt-browserify": "6.0.0",
"grunt-cli": "1.5.0",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-watch": "1.1.0",
"grunt-purgecss": "7.0.2",
"grunt-replace-regex": "1.0.3",
"grunt-sass": "3.1.0",
"grunt-stylelint": "0.20.1",
"grunt-terser": "2.0.0",
"load-grunt-tasks": "5.1.0",
"postcss": "8.4.49",
"sass": "1.83.0",
"stylelint": "16.11.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4"
},
"dependencies": {
"hive-framework": "0.24.1",
"leaflet": "1.9.4"
},
"optionalDependencies": {
"fibers": "5.0.3"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not IE 11"
],
"license": "(MIT AND GPL-2.0)"
}