-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 937 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
{
"name": "apod-carousel",
"version": "1.0.0",
"description": "a carousel viewing nasa's astronomy picture of the day",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emadadel999/apod-carousel.git"
},
"keywords": [
"carousel",
"apod"
],
"author": "Emad Abdelmaksoud <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emadadel999/apod-carousel/issues"
},
"homepage": "https://github.com/emadadel999/apod-carousel#readme",
"dependencies": {
"@types/luxon": "^3.4.2",
"luxon": "^3.4.4",
"vue": "^3.4.20"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"carousel-vue3-ts": "^1.1.3",
"sass": "^1.71.1",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}