-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"license": "MIT",
"homepage": "https://budgetly-expense-tracker.netlify.app",
"readme": "https://github.com/ShayanTheNerd/budgetly#readme",
"author": {
"name": "Shayan Zamani",
"url": "https://shayan-zamani.me/",
"email": "sh.zamani384@gmail.com"
},
"repository": {
"type": "git",
"directory": "main",
"url": "https://github.com/ShayanTheNerd/budgetly"
},
"bugs": {
"email": "sh.zamani384@gmail.com",
"url": "https://github.com/ShayanTheNerd/budgetly/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "npx prettier --write ."
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.3.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.7",
"vite": "^5.0.10"
}
}