-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 985 Bytes
/
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
{
"name": "fancy-apply",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"gen:types": "strapi-generate-types quickgen -p ./src/models https://api.bergflix.de",
"tunnel": "cloudflared tunnel --config config.yml run"
},
"dependencies": {
"@guolao/vue-monaco-editor": "^0.0.5",
"@highlightjs/vue-plugin": "^2.1.0",
"@sentry/tracing": "^7.7.0",
"@sentry/vue": "^7.7.0",
"@types/highlight.js": "^10.1.0",
"highlight.js": "^11.6.0",
"party-js": "^2.2.0",
"strapi-sdk-js": "^2.2.0",
"vue": "^3.2.25",
"vue-query": "^1.25.0",
"vue-router": "^4.1.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}