-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.67 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
{
"name": "@cosmicds/green-comet",
"version": "0.0.0",
"dependencies": {
"@cosmicds/vue-toolkit": "^0.1.3",
"@kyvg/vue3-notification": "^2.8.0",
"@vuepic/vue-datepicker": "^3.6.5",
"@wwtelescope/astro": "^0.2.2",
"d3-dsv": "^3.0.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"leaflet": "^1.9.3",
"tz-lookup": "^6.1.25",
"vue": "^3",
"vue-slider-component": "next",
"vuetify": "^3.1.1",
"webpack-plugin-vuetify": "^2.0.0"
},
"devDependencies": {
"@types/d3-dsv": "^3.0.1",
"@types/leaflet": "^1.9.0",
"@types/nightwatch": "^2.3.30",
"@types/tz-lookup": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@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.2.45",
"@vue/eslint-config-typescript": "^11.0.2",
"browserstack-local": "^1.5.5",
"chai": "^4.3.7",
"chromedriver": "^128",
"edgedriver": "^5.3.9",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.8.0",
"geckodriver": "^4.3.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"nightwatch": "^2.6.16",
"typescript": "latest",
"webpack": "^5.75.0"
},
"scripts": {
"build": "vue-cli-service build",
"clean": "rimraf dist",
"lint": "vue-cli-service lint src --no-fix",
"serve": "vue-cli-service serve",
"test-local": "cd tests; tsc; nightwatch -c dist/local.conf.js --group tests",
"test-bslocal": "cd tests; tsc; node scripts/bslocal.runner.js -c dist/bslocal.conf.js --group tests"
}
}