-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"version": "0.0.0",
"draft": true,
"dependencies": {
"@cosmicds/vue-toolkit": "^0.1.3",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@kyvg/vue3-notification": "^3.0.2",
"@types/d3-dsv": "^3.0.7",
"@vuepic/vue-datepicker": "^3.6.5",
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"d3-dsv": "^3.0.1",
"date-fns-tz": "^2.0.0",
"leaflet": "^1.9.4",
"pako": "^2.1.0",
"papaparse": "^5.4.1",
"point-in-polygon": "^1.1.0",
"tz-lookup": "^6.1.0",
"uuid": "^9.0.1",
"vue": "^3.4.15",
"vue-slider-component": "^4.1.0-beta.7",
"vuetify": "^3.4.11",
"webpack-plugin-vuetify": "^2.0.1"
},
"scripts": {
"build": "./patch.sh; vue-cli-service build",
"clean": "rimraf dist",
"lint": "vue-cli-service lint src --no-fix",
"serve": "./patch.sh; vue-cli-service serve"
},
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@types/chartjs-plugin-annotation": "^0.5.5",
"@types/date-fns": "^2.6.0",
"@types/leaflet": "^1.9.8",
"@types/pako": "^2.0.3",
"@types/papaparse": "^5.3.14",
"@types/point-in-polygon": "^1.1.5",
"@types/tz-lookup": "^6.1.2",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/typescript-estree": "7.0.0-alpha.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.3.4",
"@vue/eslint-config-typescript": "^11.0.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"typescript": "latest",
"webpack": "^5.89.0"
},
"name": "@cosmicds/solar-eclipse-2026"
}