-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "node-task-runner",
"version": "1.0.0",
"main": "./index.js",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"type": "module",
"license": "MIT",
"scripts": {
"setup": "node setup",
"start": "node index.js"
},
"dependencies": {
"@adobe/css-tools": "^4.4.0",
"@csstools/css-parser-algorithms": "^3.0.1",
"@csstools/css-tokenizer": "^3.0.1",
"@csstools/postcss-media-minmax": "^1.1.8",
"autoprefixer": "^10.4.19",
"browser-sync": "^3.0.2",
"case-anything": "^3.1.0",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"css-selector-parser": "^3.0.5",
"enquirer": "^2.4.1",
"esbuild": "^0.23.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.2",
"glob-parent": "^6.0.2",
"js-beautify": "^1.15.1",
"parse-font-name": "^1.2.0",
"postcss": "^8.4.39",
"postcss-custom-media": "^10.0.7",
"postcss-discard-comments": "^7.0.1",
"postcss-discard-empty": "^7.0.0",
"postcss-functions": "^4.0.2",
"postcss-import": "^16.1.0",
"postcss-inline-media": "^1.5.0",
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.5.15",
"postcss-rem": "^3.0.0",
"postcss-sanitize": "^0.0.9",
"postcss-simple-vars": "^7.0.1",
"postcss-size": "^5.0.0",
"posthtml": "^0.16.6",
"posthtml-component": "^2.0.0",
"posthtml-img-autosize": "^0.1.6",
"replace-in-file": "^8.1.0",
"sharp": "^0.33.4",
"ttf2woff2": "^5.0.0",
"utimes": "^5.2.1"
},
"packageManager": "[email protected]"
}