|
2 | 2 | "name": "tailwindcss-patch",
|
3 | 3 | "version": "2.2.4",
|
4 | 4 | "description": "patch tailwindcss for exposing context and extract classes",
|
| 5 | + "author": "SonOfMagic <qq1324318532@gmail.com>", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/sonofmagic/tailwindcss-mangle", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/sonofmagic/tailwindcss-mangle/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "tailwindcss", |
| 17 | + "patch", |
| 18 | + "extract", |
| 19 | + "class" |
| 20 | + ], |
5 | 21 | "main": "./dist/index.cjs",
|
6 | 22 | "types": "./dist/index.d.ts",
|
7 | 23 | "bin": {
|
8 | 24 | "tw-patch": "bin/tw-patch.js",
|
9 | 25 | "tailwindcss-patch": "bin/tw-patch.js"
|
10 | 26 | },
|
11 | 27 | "files": [
|
12 |
| - "dist", |
13 |
| - "bin" |
| 28 | + "bin", |
| 29 | + "dist" |
14 | 30 | ],
|
15 | 31 | "scripts": {
|
16 | 32 | "dev": "unbuild --sourcemap",
|
|
19 | 35 | "test:dev": "vitest",
|
20 | 36 | "patch": "node bin/tw-patch.js install"
|
21 | 37 | },
|
22 |
| - "keywords": [ |
23 |
| - "tailwindcss", |
24 |
| - "patch", |
25 |
| - "extract", |
26 |
| - "class" |
27 |
| - ], |
28 |
| - "author": "SonOfMagic <qq1324318532@gmail.com>", |
29 |
| - "license": "MIT", |
30 | 38 | "publishConfig": {
|
31 | 39 | "access": "public",
|
32 | 40 | "registry": "https://registry.npmjs.org/"
|
|
39 | 47 | "optional": true
|
40 | 48 | }
|
41 | 49 | },
|
42 |
| - "devDependencies": { |
43 |
| - "@types/babel__generator": "^7.6.8", |
44 |
| - "@types/babel__traverse": "^7.20.6", |
45 |
| - "@types/resolve": "^1.20.6", |
46 |
| - "@types/semver": "^7.5.8", |
47 |
| - "pkg-types": "^1.1.1", |
48 |
| - "tailwindcss": "^3.4.3" |
49 |
| - }, |
50 | 50 | "dependencies": {
|
51 | 51 | "@babel/generator": "^7.24.6",
|
52 | 52 | "@babel/parser": "^7.24.6",
|
|
60 | 60 | "resolve": "^1.22.8",
|
61 | 61 | "semver": "^7.6.2"
|
62 | 62 | },
|
63 |
| - "homepage": "https://github.com/sonofmagic/tailwindcss-mangle", |
64 |
| - "repository": { |
65 |
| - "type": "git", |
66 |
| - "url": "git+https://github.com/sonofmagic/tailwindcss-mangle.git" |
67 |
| - }, |
68 |
| - "bugs": { |
69 |
| - "url": "https://github.com/sonofmagic/tailwindcss-mangle/issues" |
| 63 | + "devDependencies": { |
| 64 | + "@types/babel__generator": "^7.6.8", |
| 65 | + "@types/babel__traverse": "^7.20.6", |
| 66 | + "@types/resolve": "^1.20.6", |
| 67 | + "@types/semver": "^7.5.8", |
| 68 | + "pkg-types": "^1.1.1", |
| 69 | + "tailwindcss": "^3.4.3", |
| 70 | + "tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17" |
70 | 71 | },
|
71 | 72 | "directories": {
|
72 | 73 | "test": "test"
|
|
0 commit comments