Skip to content

Commit

Permalink
feat: update srcipt
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 17, 2024
1 parent 7bff577 commit e0ef00b
Show file tree
Hide file tree
Showing 3 changed files with 933 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/nt-stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nt-stylesheet",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"packageManager": "[email protected]",
"scripts": {
"postinstall": "node init-tailwind.js",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/init-tailwind.js",
"build": "pnpm vite build"
},
"engines": {
Expand All @@ -30,8 +30,9 @@
"vite-plugin-sass-dts": "^1.3.29"
},
"dependencies": {
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"fbjs-scripts": "^3.0.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^3.4.16"
Expand Down
Loading

0 comments on commit e0ef00b

Please sign in to comment.