-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.21 KB
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
43
44
45
46
47
48
49
50
51
52
{
"name": "rocket-downrange",
"version": "2.0.0",
"private": true,
"author": {
"name": "Cav Lemasters (Github: @TheKicker)",
"url": "https://cavlemasters.com"
},
"engines": {
"npm": ">=8.0.0"
},
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/cavlemasters"
},
"description": "Rocket Downrange is a site showcasing humanity's advancements in space exploration, built with Vue.js and powered by various APIs.",
"repository": {
"type": "git",
"url": "https://github.com/TheKicker/rocket-downrange.git"
},
"homepage": "https://github.com/TheKicker/rocket-downrange",
"website": "https://rocketdownrange.com/",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@vuepic/vue-datepicker": "8.0.0",
"axios": "1.12.0",
"leaflet": "1.9.4",
"v-lazy-image": "2.1.1",
"vue": "3.3.4",
"vue-router": "4.2.0",
"vue-scrollto": "2.20.0",
"vue3-leaflet": "1.0.50"
},
"devDependencies": {
"@vue/cli-service": "^5.0.9",
"@vue/compiler-sfc": "3.3.4",
"vue-loader": "17.4.2"
},
"overrides": {
"@vue/component-compiler-utils": {
"postcss": "8.4.31"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}