-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 996 Bytes
/
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
{
"name": "st-build",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "node ./scripts/main.mjs",
"img": "node ./scripts/imagemin.mjs"
},
"dependencies": {
"autoprefixer": "^10.4.12",
"browser-sync": "^3.0.2",
"chokidar": "^3.5.3",
"ejs": "^3.1.8",
"glob": "^10.3.10",
"imagemin": "^9.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"js-beautify": "^1.14.7",
"postcss": "^8.4.18",
"sass": "^1.55.0"
},
"devDependencies": {
"@types/browser-sync": "^2.29.0",
"@types/ejs": "^3.1.5",
"@types/imagemin": "^8.0.5",
"@types/imagemin-mozjpeg": "^8.0.4",
"@types/js-beautify": "^1.14.3",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.11.16",
"@types/serve-static": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"typescript": "^5.3.3"
}
}