-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "itchpack",
"version": "1.2.5",
"license": "MIT",
"bin": "./index.js",
"homepage": "https://github.com/billiam/itchpack",
"description": "Commandline tool to fetch, templatize, watch and compile itch.io game, profile, and gamejam custom html and css",
"dependencies": {
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"file-loader": "^6.2.0",
"html-class-prefixer": "^0.0.2",
"html-loader": "^1.3.2",
"html-minimizer-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^4.5.1",
"is-wsl": "^2.2.0",
"js-beautify": "^1.13.2",
"mini-css-extract-plugin": "^1.3.3",
"node-html-parser": "^2.0.2",
"postcss-loader": "^4.1.0",
"pug": "^3.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"string-replace-async": "^2.0.0",
"style-loader": "^2.0.0",
"sywac": "^1.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.13.0",
"webpack-dev-server": "^3.11.1",
"yaml": "^1.10.0"
}
}