mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.5 and updates ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [sucrase](https://github.com/alangpierce/sucrase) and [rimraf](https://github.com/isaacs/rimraf). These dependencies need to be updated together. Updates `brace-expansion` from 2.0.2 to 5.0.5 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.2...v5.0.5) Updates `sucrase` from 3.35.0 to 3.35.1 - [Changelog](https://github.com/alangpierce/sucrase/blob/main/CHANGELOG.md) - [Commits](https://github.com/alangpierce/sucrase/commits) Updates `rimraf` from 5.0.10 to 6.1.3 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.10...v6.1.3) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.5 dependency-type: indirect - dependency-name: sucrase dependency-version: 3.35.1 dependency-type: indirect - dependency-name: rimraf dependency-version: 6.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
993 B
JSON
30 lines
993 B
JSON
{
|
|
"name": "new_theme",
|
|
"version": "3.8.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"build": "npm run build:clean && npm run build:tailwind",
|
|
"build:clean": "rimraf ../static/css/dist",
|
|
"build:tailwind": "cross-env NODE_ENV=production tailwindcss --postcss -i ./src/styles.css -o ../static/css/dist/styles.css --minify",
|
|
"dev": "cross-env NODE_ENV=development tailwindcss --postcss -i ./src/styles.css -o ../static/css/dist/styles.css -w",
|
|
"tailwindcss": "node ./node_modules/tailwindcss/lib/cli.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"cross-env": "^7.0.3",
|
|
"postcss": "^8.4.49",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-nested": "^6.0.1",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"rimraf": "^6.1.3",
|
|
"tailwindcss": "^3.4.0",
|
|
"cross-spawn": ">=7.0.5"
|
|
}
|
|
}
|