-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.35 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
43
44
{
"version": "0.0.0",
"dependencies": {
"@cosmicds/vue-toolkit": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@vuepic/vue-datepicker": "^9.0.3",
"@wwtelescope/engine-pinia": "^0.9.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"leaflet": "^1.9.4",
"leaflet.zoomhome": "^1.0.0",
"vue": "^3.4.15",
"vuetify": "^3.4.11",
"webpack-plugin-vuetify": "^2.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/typescript-estree": "^6.19.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.4.15",
"@vue/eslint-config-typescript": "^12.0.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"less": "^4.2.0",
"less-loader": "^12.0.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-dev-middleware": "^7.2.1"
},
"scripts": {
"build": "vue-cli-service build",
"clean": "rimraf dist",
"lint": "vue-cli-service lint src --no-fix",
"serve": "vue-cli-service serve"
},
"name": "@cosmicds/tempo-lite"
}