|
|
@ -21,7 +21,7 @@ |
|
|
|
"@tailwindcss/forms": "^0.5.9", |
|
|
|
"eslint-config-athom": "^3.1.3", |
|
|
|
"nodemon": "^3.1.7", |
|
|
|
"tailwindcss": "^3.4.13" |
|
|
|
"tailwindcss": "^3.4.17" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=18" |
|
|
@ -3225,13 +3225,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lilconfig": { |
|
|
|
"version": "2.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", |
|
|
|
"integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", |
|
|
|
"version": "3.1.3", |
|
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", |
|
|
|
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
"node": ">=14" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/antonk52" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lines-and-columns": { |
|
|
@ -3775,11 +3777,10 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/picocolors": { |
|
|
|
"version": "1.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", |
|
|
|
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", |
|
|
|
"dev": true, |
|
|
|
"license": "ISC" |
|
|
|
"version": "1.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", |
|
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/picomatch": { |
|
|
|
"version": "2.3.1", |
|
|
@ -3834,9 +3835,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/postcss": { |
|
|
|
"version": "8.4.45", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", |
|
|
|
"integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", |
|
|
|
"version": "8.4.49", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", |
|
|
|
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", |
|
|
|
"dev": true, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -3852,11 +3853,10 @@ |
|
|
|
"url": "https://github.com/sponsors/ai" |
|
|
|
} |
|
|
|
], |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"nanoid": "^3.3.7", |
|
|
|
"picocolors": "^1.0.1", |
|
|
|
"source-map-js": "^1.2.0" |
|
|
|
"picocolors": "^1.1.1", |
|
|
|
"source-map-js": "^1.2.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^10 || ^12 || >=14" |
|
|
@ -3936,19 +3936,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/postcss-load-config/node_modules/lilconfig": { |
|
|
|
"version": "3.1.2", |
|
|
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", |
|
|
|
"integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=14" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/antonk52" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/postcss-nested": { |
|
|
|
"version": "6.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", |
|
|
@ -4453,11 +4440,10 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/source-map-js": { |
|
|
|
"version": "1.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", |
|
|
|
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", |
|
|
|
"version": "1.2.1", |
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", |
|
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
|
|
|
"dev": true, |
|
|
|
"license": "BSD-3-Clause", |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
@ -4744,33 +4730,33 @@ |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"node_modules/tailwindcss": { |
|
|
|
"version": "3.4.13", |
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", |
|
|
|
"integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", |
|
|
|
"version": "3.4.17", |
|
|
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", |
|
|
|
"integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@alloc/quick-lru": "^5.2.0", |
|
|
|
"arg": "^5.0.2", |
|
|
|
"chokidar": "^3.5.3", |
|
|
|
"chokidar": "^3.6.0", |
|
|
|
"didyoumean": "^1.2.2", |
|
|
|
"dlv": "^1.1.3", |
|
|
|
"fast-glob": "^3.3.0", |
|
|
|
"fast-glob": "^3.3.2", |
|
|
|
"glob-parent": "^6.0.2", |
|
|
|
"is-glob": "^4.0.3", |
|
|
|
"jiti": "^1.21.0", |
|
|
|
"lilconfig": "^2.1.0", |
|
|
|
"micromatch": "^4.0.5", |
|
|
|
"jiti": "^1.21.6", |
|
|
|
"lilconfig": "^3.1.3", |
|
|
|
"micromatch": "^4.0.8", |
|
|
|
"normalize-path": "^3.0.0", |
|
|
|
"object-hash": "^3.0.0", |
|
|
|
"picocolors": "^1.0.0", |
|
|
|
"postcss": "^8.4.23", |
|
|
|
"picocolors": "^1.1.1", |
|
|
|
"postcss": "^8.4.47", |
|
|
|
"postcss-import": "^15.1.0", |
|
|
|
"postcss-js": "^4.0.1", |
|
|
|
"postcss-load-config": "^4.0.1", |
|
|
|
"postcss-nested": "^6.0.1", |
|
|
|
"postcss-selector-parser": "^6.0.11", |
|
|
|
"resolve": "^1.22.2", |
|
|
|
"sucrase": "^3.32.0" |
|
|
|
"postcss-load-config": "^4.0.2", |
|
|
|
"postcss-nested": "^6.2.0", |
|
|
|
"postcss-selector-parser": "^6.1.2", |
|
|
|
"resolve": "^1.22.8", |
|
|
|
"sucrase": "^3.35.0" |
|
|
|
}, |
|
|
|
"bin": { |
|
|
|
"tailwind": "lib/cli.js", |
|
|
|