feat: Add nav-progress bad

This commit is contained in:
Wanjohi
2024-08-30 11:08:58 +03:00
parent 666aabeda2
commit d13d3dc5d8
17 changed files with 169 additions and 108 deletions

View File

@@ -3,31 +3,39 @@
"version": "0.0.0",
"private": true,
"exports": {
"./button": "./src/button.tsx",
"./card": "./src/card.tsx",
"./code": "./src/code.tsx",
".": "./src/index.ts",
"./react": "./src/react/index.ts",
"./tailwind.config": "./tailwind.config.js",
"./globals.css": "./globals.css",
"./postcss": "./post.config.js"
},
"files": ["tailwind.config.js", "post.config.js", "globals.css", "postcss.config.js"],
"files": [
"tailwind.config.js",
"post.config.js",
"globals.css",
"postcss.config.js"
],
"scripts": {
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component"
"lint": "eslint . --max-warnings 0"
},
"devDependencies": {
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@builder.io/qwik-react": "^0.5.5",
"@fontsource/bricolage-grotesque": "^5.0.7",
"@fontsource/geist-sans": "^5.0.3",
"@nestri/eslint-config": "*",
"@nestri/typescript-config": "*",
"@turbo/gen": "^1.12.4",
"@types/eslint": "^8.56.5",
"@types/eslint": "^9.6.1",
"@types/node": "^20.11.24",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"framer-motion": "^11.3.31",
"nprogress": "^0.2.0",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -36,4 +44,4 @@
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3"
}
}
}