File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -109,3 +109,28 @@ TodoList स event आन पर toggle या delete करता ह।
109109.............................................................................................................................
110110
111111Tech Stack=> (HTML, css3, bootstrap5, vue.js3 composition-api)
112+
113+ ..........................................................................................................................
114+
115+ package.json =>
116+
117+ {
118+ "name": "todoapp",
119+ "version": "0.0.0",
120+ "private": true,
121+ "type": "module",
122+ "scripts": {
123+ "dev": "vite",
124+ "build": "vite build",
125+ "preview": "vite preview"
126+ },
127+ "dependencies": {
128+ "vue": "^3.5.13"
129+ },
130+ "devDependencies": {
131+ "@vitejs/plugin-vue ": "^5.2.1",
132+ "vite": "^6.0.11",
133+ "vite-plugin-vue-devtools": "^7.7.1"
134+ }
135+ }
136+
You can’t perform that action at this time.
0 commit comments