-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.92 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
{
"name": "volcano-lime",
"version": "0.0.0",
"private": true,
"scripts": {
"swagger": "npx swagger-typescript-api -p https://electric-raspberry.ngrok.app/swagger/v1/swagger.json -o ./src/api -n electric-raspberry.ts --axios",
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@auth0/auth0-vue": "^2.2.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.13",
"@microsoft/signalr": "^7.0.7",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"md-editor-v3": "^4.6.1",
"pinia": "^2.0.36",
"swagger-typescript-api": "^12.0.4",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.16.8",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.30",
"postcss-preset-env": "^9.1.4",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "~5.0.4",
"vite": "^4.3.5",
"vitest": "^0.34.5",
"vue-tsc": "^1.6.4"
}
}