-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
{
"name": "projo",
"version": "1.0.0-beta.12",
"description": "L'application de scroring pour le théatre d'improvisation",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cauctus/projo"
},
"funding": "https://github.com/sponsors/CorentinTh",
"author": "Corentin Th <[email protected]> (https://github.com/CorentinTh)",
"homepage": "https://projo.cauctus.net",
"bugs": "https://github.com/CorentinTh/cauctus/projo",
"keywords": [
"impro",
"improvisation",
"improvisational-theater",
"theater",
"webapp",
"scrore",
"scoring",
"dashboard"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint --ext .ts,vue --ignore-path .gitignore .",
"release": "standard-version"
},
"dependencies": {
"@cauctus/dataset": "1.1.0",
"@fontsource/ubuntu": "4.5.11",
"@vueuse/core": "7.7.1",
"piesocket-js": "1.4.0",
"pinia": "2.0.33",
"pinia-plugin-persistedstate": "1.6.3",
"pinia-shared-state": "0.1.3",
"vue": "3.2.47",
"vue-router": "4.1.6",
"vue3-markdown-it": "1.0.10",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vicons/material": "0.11.0",
"@vicons/tabler": "0.11.0",
"@vitejs/plugin-vue": "2.3.4",
"@vue/eslint-config-typescript": "10.0.0",
"eslint": "8.55.0",
"eslint-plugin-vue": "8.7.1",
"less": "4.2.0",
"naive-ui": "2.34.3",
"plausible-tracker": "0.3.5",
"standard-version": "9.5.0",
"typescript": "4.7.4",
"vfonts": "0.1.0",
"vite": "2.9.16",
"vue-tsc": "0.31.1"
}
}