generated from sonofmagic/monorepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
117 lines (117 loc) · 3.78 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
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
{
"name": "tailwindcss-mangle",
"type": "module",
"version": "4.0.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "turbo run build --filter=./packages/*",
"dev": "pnpm -r run dev",
"test": "turbo run test --filter=./packages/*",
"test:dev": "vitest",
"build:docs": "turbo run build --filter=./website",
"lint": "eslint packages/**/*.ts --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",
"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"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@icebreakers/eslint-config": "^0.7.3",
"@icebreakers/monorepo": "^0.6.15",
"@icebreakers/stylelint-config": "^0.1.2",
"@rollup/pluginutils": "^5.1.3",
"@tailwindcss-mangle/core": "workspace:*",
"@tailwindcss-mangle/shared": "workspace:*",
"@tsconfig/recommended": "^1.0.8",
"@types/babel__generator": "^7.6.8",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/babel__traverse": "^7.20.6",
"@types/fs-extra": "^11.0.4",
"@types/get-value": "^3.0.5",
"@types/git-url-parse": "^9.0.3",
"@types/html-minifier-terser": "^7.0.2",
"@types/klaw": "^3.0.6",
"@types/lint-staged": "^13.3.0",
"@types/lodash": "^4.17.13",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.0",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.8",
"@types/set-value": "^4.0.3",
"@vitest/coverage-v8": "~2.1.5",
"astro": "^4.16.13",
"ci-info": "^4.1.0",
"comment-json": "^4.2.5",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"dedent": "^1.5.3",
"defu": "^6.1.4",
"del": "^8.0.0",
"eslint": "^9.15.0",
"execa": "^9.5.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"get-value": "^3.0.1",
"html-minifier-terser": "^7.2.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.7",
"klaw": "^4.1.0",
"lint-staged": "^15.2.10",
"local-pkg": "^0.5.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.8",
"mini-css-extract-plugin": "^2.9.2",
"normalize-newline": "^4.1.0",
"only-allow": "^1.2.1",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss7": "npm:postcss@7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.27.3",
"set-value": "^4.1.0",
"tailwindcss": "^3.4.15",
"tailwindcss-patch": "workspace:*",
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"tslib": "^2.8.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"unplugin": "^1.16.0",
"unplugin-tailwindcss-mangle": "workspace:*",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "~2.1.5",
"webpack": "^5.96.1",
"webpack-build-utils": "^0.0.7",
"yaml": "^2.6.1"
}
}