-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "planecha.se",
"version": "0.0.1",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview --port 8080 --host 0.0.0.0",
"serve:docker": "vite --port 8080 --host 0.0.0.0",
"build": "vite build",
"build:check": "vue-tsc --noEmit",
"lint": "eslint 'src/**/*.{ts,vue}'",
"test": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@n1ru4l/json-patch-plus": "^0.2.0",
"@planecha.se/bridge": "https://github.com/de-luca/bridge",
"bulma": "^0.9.2",
"lodash.clonedeep": "^4.5.0",
"lodash.shuffle": "^4.2.0",
"mitt": "^3.0.0",
"pinia": "^2.1.3",
"reflect-metadata": "^0.1.13",
"typedi": "^0.10.0",
"vue": "^3.3.4",
"vue-facing-decorator": "^2.1.20",
"vue-router": "^4.2.1",
"vue-tippy": "^6.1.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.shuffle": "^4.2.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"bun-types": "^1.0.5-canary.20231005T140125",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.0.0",
"sass": "^1.62.1",
"tslib": "^2.5.2",
"typescript": "^5.0.0",
"vite": "^4.3.8",
"vite-plugin-pwa": "^0.14.7",
"vitest": "^0.31.1",
"vue-tsc": "^1.6.5"
}
}