-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "@henrycatalinismith/11tysass",
"description": "Sass plugin for 11ty",
"version": "4.0.1",
"license": "MIT",
"homepage": "https://github.com/henrycatalinismith/11tysass",
"author": {
"name": "Henry Catalini Smith",
"email": "[email protected]",
"url": "https://hen.cat/"
},
"repository": {
"type": "git",
"url": "https://github.com/henrycatalinismith/11tysass.git"
},
"dependencies": {
"@henrycatalinismith/11tyhype": "^3.0.0",
"@henrycatalinismith/11tyshim": "^3.0.0",
"chokidar": "^3.5.1",
"eazy-logger": "3.1.0",
"fs-extra": "^9.1.0",
"hast-util-select": "^4.0.2",
"hast-util-to-html": "^7.1.3",
"lodash.debounce": "^4.0.8",
"rehype": "^11.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@types/fs-extra": "^9.0.11",
"@types/hast": "^2.3.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^14.14.41",
"@types/sass": "^1.16.0",
"sass": "^1.32.11",
"typescript": "^4.2.4"
},
"peerDependencies": {
"@11ty/eleventy": "^1.0.0",
"sass": "^1.32.11"
},
"scripts": {
"build": "tsc",
"test": "jest",
"watch": "tsc --watch"
},
"files": [
"11tysass.d.ts",
"11tysass.js"
],
"main": "11tysass.js",
"types": "11tysass.d.ts"
}