-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
74 lines (74 loc) · 1.92 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
67
68
69
70
71
72
73
74
{
"name": "almace-scaffolding",
"version": "2.0.24",
"description": "Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.",
"author": "Sparanoid",
"homepage": "https://sparanoid.com/lab/amsf/",
"main": "Gruntfile.coffee",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparanoid/almace-scaffolding.git"
},
"bugs": {
"url": "https://github.com/sparanoid/almace-scaffolding/issues"
},
"license": "MIT",
"keywords": [
"amsf",
"jekyll",
"blog",
"sass",
"css"
],
"readmeFilename": "README.md",
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",
"@lodder/time-grunt": "4.0.0",
"autoprefixer": "10.4.15",
"coffeelint": "2.1.0",
"coffeescript": "2.7.0",
"grunt": "1.6.1",
"grunt-assets-inline": "1.2.4",
"grunt-bump": "0.8.0",
"grunt-cache-bust": "1.7.0",
"grunt-cleanempty": "1.0.4",
"grunt-coffeelint": "0.0.16",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-conventional-changelog": "6.1.0",
"grunt-doctype": "2.0.2",
"grunt-git": "1.1.1",
"grunt-html-trim": "0.1.2",
"grunt-jekyll": "1.0.1",
"grunt-minjson": "0.4.0",
"grunt-newer": "1.3.0",
"grunt-sass": "3.1.0",
"grunt-service-worker": "1.0.3",
"grunt-shell": "4.0.0",
"grunt-sri-hash": "1.1.5",
"grunt-terser": "2.0.0",
"grunt-text-replace": "0.4.0",
"grunt-uncss-inline": "1.2.7",
"grunt-xmlmin": "0.1.8",
"jit-grunt": "0.10.0",
"postcss": "8.4.28",
"sass": "1.66.1",
"terser": "5.19.2"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@percy/cli": "^1.17.0"
}
}