forked from GamesCrafters/GamesmanUni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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
{
"dependencies": {
"axios": "1.7.4",
"gsap": "^3.11.3",
"lodash": "4.17.21",
"markdown-it-link-attributes": "4.0.0",
"vue": "3.2.37",
"vue-axios": "3.4.1",
"vue-class-component": "8.0.0-rc.1",
"vue-i18n": "9.1.10",
"vue-meta": "3.0.0-alpha.10",
"vue-router": "4.0.16",
"vue-slider-component": "4.1.0-beta.0",
"vue3-markdown-it": "1.0.10",
"vuex": "4.0.2"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "3.4.0",
"@octokit/types": "6.37.1",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-link-attributes": "3.0.1",
"@types/punycode": "2.1.0",
"@vitejs/plugin-legacy": "1.8.2",
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.37",
"https-localhost": "4.7.1",
"pre-commit": "1.2.2",
"prettier": "2.7.1",
"sass": "1.53.0",
"typescript": "4.7.4",
"vite": "2.9.18",
"vite-plugin-package-version": "1.0.2",
"vite-plugin-pwa": "0.12.0",
"vue-tsc": "0.38.2",
"workbox-build": "6.5.3",
"workbox-window": "6.5.3"
},
"license": "AGPL-3.0-or-later",
"name": "gamesmanuni",
"packageManager": "[email protected]",
"pre-commit": [],
"private": true,
"repository": "[email protected]:GamesCrafters/GamesmanUni.git",
"scripts": {
"build": "yarn; vite build",
"dev": "yarn; vue-tsc --noEmit; vite --debug",
"preview": "vite preview",
"preview:https": "serve dist",
"reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit"
},
"version": "v5.0.0-alpha.301"
}