-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.13 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
{
"draft": true,
"version": "0.0.0",
"dependencies": {
"@cosmicds/vue-toolkit": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@mdi/font": "^7.4.47",
"@wwtelescope/engine-pinia": "^0.9.0",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vuetify": "^3.4.11",
"webpack-plugin-vuetify": "^2.0.0"
},
"devDependencies": {
"@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",
"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"
},
"scripts": {
"build": "vue-cli-service build",
"clean": "rimraf dist",
"lint": "vue-cli-service lint src --no-fix",
"serve": "vue-cli-service serve"
}
}