-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.4 KB
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
75
76
77
{
"name": "@aptuitiv/website-build-tools",
"version": "1.37.1",
"description": "Build tools to help with building and deploying websites at Aptuitiv",
"main": "index.js",
"scripts": {
"eslint": "eslint --fix --no-warn-ignored .",
"ncu": "ncu -i --format group",
"prettier": "prettier --write .",
"updateBrowsersList": "npx update-browserslist-db@latest",
"watch": "watch-eslint --fix --color ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/aptuitiv/website-build-tools.git"
},
"author": "Eric Tompkins",
"license": "Apache-2.0",
"engines": {
"node": ">=24.13.0"
},
"bugs": {
"url": "https://github.com/aptuitiv/website-build-tools/issues"
},
"homepage": "https://github.com/aptuitiv/website-build-tools#readme",
"bin": {
"aptuitiv-build": "./index.js"
},
"devDependencies": {
"watch-eslint": "^1.1.3"
},
"dependencies": {
"@aptuitiv/eslint-config-aptuitiv": "^2.0.0",
"@inquirer/prompts": "^8.5.2",
"acorn": "^8.17.0",
"acorn-walk": "^8.3.5",
"autoprefixer": "^10.5.4",
"basic-ftp": "^6.0.1",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"commander": "^15.0.0",
"cosmiconfig": "^9.0.2",
"cssnano": "^8.0.2",
"deepmerge": "^4.3.1",
"dotenv": "^17.4.2",
"esbuild": "0.28.1",
"eslint": "^10.7.0",
"execa": "^10.0.0",
"fancy-log": "^2.0.0",
"find-cache-directory": "^6.0.0",
"fs-extra": "^11.3.6",
"glob": "^13.0.6",
"image-type": "^6.1.0",
"is-svg": "^6.1.0",
"json-to-pretty-yaml": "^1.2.2",
"log-symbols": "^7.0.1",
"postcss": "^8.5.21",
"postcss-custom-media": "^12.0.1",
"postcss-extend": "^1.0.5",
"postcss-import": "^16.1.1",
"postcss-reporter": "^7.1.0",
"prettier": "^3.9.6",
"read-chunk": "^5.0.0",
"recursive-readdir": "^2.2.3",
"resolve-from": "^5.0.0",
"sharp": "^0.35.3",
"stylelint": "^17.14.1",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^8.1.1",
"stylelint-selector-bem-pattern": "^5.0.0",
"svg-sprite": "^2.0.4",
"svgo": "^4.0.2",
"terser": "^5.49.0",
"zip-lib": "^1.4.0"
},
"type": "module"
}