-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@cosmicds/vue-toolkit",
"browser": "dist/index.umd.js",
"dependencies": {
"@capacitor/core": "^5.7.4",
"@capacitor/geolocation": "^5.0.7",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@kyvg/vue3-notification": "^2.9.1",
"@mdi/font": "^7.4.47",
"@wwtelescope/engine-pinia": "^0.9.0",
"leaflet": "^1.9.4",
"screenfull": "^6.0.2",
"vue": "^3",
"vuetify": "^3.3.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.0.9",
"@storybook/test": "^8.0.9",
"@storybook/vue3": "^8.0.9",
"@storybook/vue3-webpack5": "^8.0.9",
"@types/leaflet": "^1.9.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^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.25",
"@vue/eslint-config-typescript": "^12.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint": "^8.31.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.8.0",
"less": "^4.2.0",
"less-loader": "^12.1.0",
"markdown-loader": "^8.0.0",
"pug": "^3.0.3",
"storybook": "^8.0.9",
"storybook-css-modules-preset": "^1.1.1",
"storybook-dark-mode": "^4.0.1",
"style-loader": "^4.0.0",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-vue": "^1.1.0",
"typescript": "^4.9.4",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack-dev-middleware": "^5.3.4"
},
"files": [
"dist/*",
"src/*"
],
"main": "./dist/index.common.js",
"module": "dist/",
"packageManager": "[email protected]",
"publicConfig": {
"access": "public"
},
"scripts": {
"build": "vue-cli-service build --target lib --name index src/index.ts",
"clean": "rimraf dist",
"docs": "typedoc --plugin typedoc-plugin-markdown",
"lint": "vue-cli-service lint src --no-fix",
"storybook": "storybook dev -p 6006 --debug",
"build-storybook": "storybook build -o docs"
},
"types": "./dist/src/index.d.ts",
"version": "0.0.0-dev.0"
}