forked from sonofmagic/tailwindcss-mangle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.6 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.6 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "tailwindcss-mangle",
"type": "module",
"version": "4.0.0",
"private": true,
"packageManager": "pnpm@10.29.3",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "turbo run build --filter=./packages/*",
"dev": "pnpm -r run dev",
"test": "turbo run test --filter=./packages/*",
"check:boundaries": "node scripts/check-package-boundaries.mjs",
"test:e2e": "pnpm run test:e2e:apps",
"test:e2e:apps": "TWM_APPS_E2E=1 vitest run --config e2e/vitest.config.ts e2e/apps.e2e.test.ts",
"test:e2e:pw": "pnpm run test:e2e:apps:pw",
"test:e2e:apps:pw": "TWM_APPS_E2E_PLAYWRIGHT=1 vitest run --config e2e/vitest.config.ts e2e/apps.playwright.e2e.test.ts",
"test:dev": "vitest",
"build:docs": "turbo run build --filter=./website",
"lint": "eslint packages/**/*.ts e2e/**/*.ts scripts/check-package-boundaries.mjs --fix",
"preinstall": "npx only-allow pnpm",
"sync": "cnpm sync @tailwindcss-mangle/shared @tailwindcss-mangle/config tailwindcss-patch unplugin-tailwindcss-mangle @tailwindcss-mangle/core",
"publish-packages": "pnpm run build && pnpm run test && changeset version && changeset publish",
"-------": "-----------",
"release": "changeset",
"release:verify": "pnpm check:boundaries && pnpm build && pnpm test && pnpm test:e2e",
"pr": "changeset pre enter alpha",
"pr:beta": "changeset pre enter beta",
"pr:rc": "changeset pre enter rc",
"pr:exit": "changeset pre exit",
"cv": "changeset version ",
"--------": "----------------",
"_postinstall": "tw-patch install",
"script:init": "monorepo init",
"script:sync": "monorepo sync",
"script:clean": "monorepo clean",
"script:mirror": "monorepo mirror",
"commitlint": "commitlint --edit"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@commitlint/prompt-cli": "^20.4.2",
"@commitlint/types": "^20.4.0",
"@icebreakers/changelog-github": "^0.2.0",
"@icebreakers/commitlint-config": "^1.2.7",
"@icebreakers/eslint-config": "^1.6.19",
"@icebreakers/monorepo": "^3.2.10",
"@icebreakers/stylelint-config": "^2.0.2",
"@playwright/test": "^1.58.2",
"@rollup/pluginutils": "^5.3.0",
"@tailwindcss-mangle/core": "workspace:*",
"@tailwindcss-mangle/shared": "workspace:*",
"@tailwindcss/postcss": "^4.2.1",
"@tsconfig/recommended": "^1.0.13",
"@types/babel__generator": "^7.27.0",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/babel__traverse": "^7.28.0",
"@types/fs-extra": "^11.0.4",
"@types/get-value": "^3.0.5",
"@types/html-minifier-terser": "^7.0.2",
"@types/klaw": "^3.0.7",
"@types/lodash": "^4.17.24",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.10",
"@types/node": "^25.3.0",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.7.1",
"@types/set-value": "^4.0.3",
"@vitest/coverage-v8": "~4.0.18",
"astro": "^5.17.3",
"ci-info": "^4.4.0",
"comment-json": "^4.5.1",
"cross-env": "^10.1.0",
"css-loader": "^7.1.4",
"dedent": "^1.7.1",
"defu": "^6.1.4",
"del": "^8.0.1",
"dotenv": "^17.3.1",
"es-toolkit": "^1.44.0",
"eslint": "^10.0.1",
"execa": "^9.6.1",
"fast-glob": "^3.3.3",
"fdir": "^6.5.0",
"fs-extra": "^11.3.3",
"get-value": "^4.0.1",
"html-minifier-terser": "^7.2.0",
"html-webpack-plugin": "^5.6.6",
"husky": "^9.1.7",
"klaw": "^4.1.0",
"lint-staged": "^16.2.7",
"local-pkg": "^1.1.2",
"lodash": "^4.17.23",
"lodash-es": "^4.17.23",
"micromatch": "^4.0.8",
"mini-css-extract-plugin": "^2.10.0",
"normalize-newline": "^5.0.0",
"only-allow": "^1.2.2",
"pathe": "^2.0.3",
"picomatch": "^4.0.3",
"pkg-types": "^2.3.0",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.1",
"postcss7": "npm:postcss@7",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"rollup": "^4.59.0",
"set-value": "^4.1.0",
"stylelint": "^17.3.0",
"tailwindcss": "catalog:tailwindcss3",
"tailwindcss-patch": "workspace:*",
"tailwindcss2": "catalog:tailwindcss2",
"tsdown": "^0.20.3",
"tslib": "^2.8.1",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"turbo": "^2.8.10",
"type-fest": "^5.4.4",
"typescript": "^5.9.3",
"unbuild": "^3.6.1",
"unplugin": "^3.0.0",
"unplugin-tailwindcss-mangle": "workspace:*",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "~4.0.18",
"webpack": "^5.105.2",
"webpack-build-utils": "^0.0.7",
"yaml": "^2.8.2"
}
}