generated from ShayanTheNerd/budgetly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 KB
/
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
41
42
{
"license": "MIT",
"homepage": "https://job-listings.netlify.app",
"readme": "https://github.com/ShayanTheNerd/job-listings#readme",
"author": {
"name": "Shayan Zamani",
"url": "https://shayan-zamani.me/",
"email": "[email protected]"
},
"repository": {
"type": "git",
"directory": "main",
"url": "https://github.com/ShayanTheNerd/job-listings"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/ShayanTheNerd/job-listings/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "npx prettier --write ."
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@vueuse/core": "^10.7.0",
"pinia": "^2.1.7",
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.1",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6",
"unimport": "^3.7.1",
"vite": "^5.0.7"
}
}