Skip to content

Commit 2b81f8a

Browse files
fix: script file, missing script added (#48)
1 parent 5b67aa4 commit 2b81f8a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "@qrs/cauweb",
3+
"version": "1.0.0",
4+
"type": "module",
5+
"scripts": {
6+
"dev": "vite",
7+
"build": "vite build",
8+
"preview": "vite preview",
9+
"lint": "eslint src --ext .ts,.tsx"
10+
},
11+
"dependencies": {
12+
"@tailwindcss/vite": "^4.1.17",
13+
"chart.js": "^4.5.1",
14+
"lucide-react": "^0.263.1",
15+
"react": "^18.2.0",
16+
"react-chartjs-2": "^5.3.1",
17+
"react-dom": "^18.2.0",
18+
"react-router-dom": "^6.8.0"
19+
},
20+
"devDependencies": {
21+
"@tailwindcss/cli": "^4.1.17",
22+
"@tailwindcss/postcss": "^4.1.17",
23+
"@types/react": "^18.3.26",
24+
"@types/react-dom": "^18.3.7",
25+
"@vitejs/plugin-react": "^4.1.0",
26+
"autoprefixer": "^10.4.21",
27+
"postcss": "^8.5.6",
28+
"tailwindcss": "^4.1.17",
29+
"typescript": "^5.9.3",
30+
"vite": "^5.0.0"
31+
}
32+
}

0 commit comments

Comments
 (0)