tailwind-to-style 2.8.8 → 2.8.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "tailwind-to-style",
3
- "version": "2.8.8",
4
- "description": "Convert tailwind classes to inline style",
5
- "type": "module",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/index.d.ts",
9
- "files": [
10
- "dist",
11
- "preflight.css",
12
- "README.md",
13
- "LICENSE",
14
- "plugins",
15
- "lib"
16
- ],
17
- "bin": {
18
- "twsx-cli": "./lib/twsx-cli.js"
19
- },
20
- "scripts": {
21
- "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests",
22
- "build": "rollup -c rollup.config.js",
23
- "dev": "rollup -c rollup.config.js --watch",
24
- "lint": "eslint src/**/*.js",
25
- "test:examples": "node examples/test/node-test.js",
26
- "prepublishOnly": "npm run test && npm run build",
27
- "version": "git add -A",
28
- "postversion": "git push && git push --tags",
29
- "prettify:src": "prettier --write \"src/**/*.js\"",
30
- "prettify:examples": "prettier --write \"examples/**/*.js\""
31
- },
32
- "repository": {
33
- "type": "git",
34
- "url": "git+https://github.com/Bigetion/tailwind-to-style.git"
35
- },
36
- "keywords": [
37
- "tailwind",
38
- "tailwindcss",
39
- "css",
40
- "stylesheet"
41
- ],
42
- "author": "Bigetion",
43
- "license": "MIT",
44
- "bugs": {
45
- "url": "https://github.com/Bigetion/tailwind-to-style/issues"
46
- },
47
- "homepage": "https://github.com/Bigetion/tailwind-to-style#readme",
48
- "devDependencies": {
49
- "@babel/core": "^7.27.4",
50
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
51
- "@babel/preset-env": "^7.27.2",
52
- "@rollup/plugin-babel": "^5.3.1",
53
- "@rollup/plugin-commonjs": "^22.0.2",
54
- "@rollup/plugin-json": "^6.1.0",
55
- "@rollup/plugin-node-resolve": "^13.3.0",
56
- "@rollup/plugin-terser": "^0.4.4",
57
- "babel-jest": "^28.1.0",
58
- "babel-loader": "^10.0.0",
59
- "chokidar": "^4.0.1",
60
- "eslint": "^8.16.0",
61
- "jest": "^28.1.0",
62
- "prettier": "^3.5.3",
63
- "rollup": "^2.75.0",
64
- "rollup-plugin-copy": "^3.5.0",
65
- "rollup-plugin-terser": "^7.0.2",
66
- "terser": "^5.43.1",
67
- "webpack": "^5.99.9",
68
- "webpack-cli": "^6.0.1"
69
- }
70
- }
1
+ {
2
+ "name": "tailwind-to-style",
3
+ "version": "2.8.10",
4
+ "description": "Convert tailwind classes to inline style",
5
+ "type": "module",
6
+ "main": "dist/index.cjs",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "preflight.css",
12
+ "README.md",
13
+ "LICENSE",
14
+ "plugins",
15
+ "lib"
16
+ ],
17
+ "bin": {
18
+ "twsx-cli": "./lib/twsx-cli.js"
19
+ },
20
+ "scripts": {
21
+ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests",
22
+ "build": "rollup -c rollup.config.js",
23
+ "dev": "rollup -c rollup.config.js --watch",
24
+ "lint": "eslint src/**/*.js",
25
+ "test:examples": "node examples/test/node-test.js",
26
+ "prepublishOnly": "npm run test && npm run build",
27
+ "version": "git add -A",
28
+ "postversion": "git push && git push --tags",
29
+ "prettify:src": "prettier --write \"src/**/*.js\"",
30
+ "prettify:examples": "prettier --write \"examples/**/*.js\""
31
+ },
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/Bigetion/tailwind-to-style.git"
35
+ },
36
+ "keywords": [
37
+ "tailwind",
38
+ "tailwindcss",
39
+ "css",
40
+ "stylesheet"
41
+ ],
42
+ "author": "Bigetion",
43
+ "license": "MIT",
44
+ "bugs": {
45
+ "url": "https://github.com/Bigetion/tailwind-to-style/issues"
46
+ },
47
+ "homepage": "https://github.com/Bigetion/tailwind-to-style#readme",
48
+ "devDependencies": {
49
+ "@babel/core": "^7.27.4",
50
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
51
+ "@babel/preset-env": "^7.27.2",
52
+ "@rollup/plugin-babel": "^5.3.1",
53
+ "@rollup/plugin-commonjs": "^22.0.2",
54
+ "@rollup/plugin-json": "^6.1.0",
55
+ "@rollup/plugin-node-resolve": "^13.3.0",
56
+ "@rollup/plugin-terser": "^0.4.4",
57
+ "babel-jest": "^28.1.0",
58
+ "babel-loader": "^10.0.0",
59
+ "chokidar": "^4.0.1",
60
+ "eslint": "^8.16.0",
61
+ "jest": "^28.1.0",
62
+ "prettier": "^3.5.3",
63
+ "rollup": "^2.75.0",
64
+ "rollup-plugin-copy": "^3.5.0",
65
+ "rollup-plugin-terser": "^7.0.2",
66
+ "terser": "^5.43.1",
67
+ "webpack": "^5.99.9",
68
+ "webpack-cli": "^6.0.1"
69
+ }
70
+ }