-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.06 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
64
65
66
67
68
69
70
71
72
73
{
"author": "EDM115 <[email protected]> (https://edm115.dev)",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/EDM115/website/issues"
},
"dependencies": {
"cookiejs": "2.1.3",
"ofetch": "1.4.1",
"http-server": "14.1.1",
"vue": "3.5.13",
"vue-i18n": "11.1.0",
"vue-router": "4.5.0",
"vuetify": "3.7.11"
},
"description": "EDM115's website",
"devDependencies": {
"@formkit/auto-animate": "0.8.2",
"@iconify/json": "2.2.304",
"@intlify/unplugin-vue-i18n": "6.0.3",
"@stylistic/eslint-plugin": "3.1.0",
"@unhead/vue": "1.11.18",
"@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13",
"@vueuse/components": "12.5.0",
"@vueuse/core": "12.5.0",
"@vueuse/gesture": "2.0.0",
"@vueuse/motion": "2.2.6",
"@vueuse/router": "12.5.0",
"aos": "2.3.4",
"country-flag-emoji-polyfill": "0.1.8",
"eslint": "9.20.0",
"eslint-plugin-vue": "9.32.0",
"gsap": "3.12.7",
"highlight.js": "11.11.1",
"js-imports-sort": "1.2.0",
"magic-regexp": "0.8.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-attrs": "4.3.1",
"markdown-it-emoji": "3.0.0",
"markdown-it-highlightjs": "4.2.0",
"pinia": "2.3.1",
"sass-embedded": "1.83.4",
"sass-loader": "16.0.4",
"unplugin-icons": "22.0.0",
"unplugin-fonts": "1.3.1",
"unplugin-vue-components": "28.0.0",
"unplugin-vue-markdown": "28.3.0",
"vite": "6.1.0",
"vite-plugin-vue-devtools": "7.7.1",
"vite-plugin-vuetify": "2.1.0",
"vite-svg-loader": "5.1.0"
},
"homepage": "https://edm115.dev",
"license": "MIT",
"name": "edm115-website",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/EDM115/website.git"
},
"scripts": {
"build": "vite build",
"dev": "vite --port 8888",
"i": "npm i --no-audit --no-fund",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"preview": "vite preview --port 8888",
"serve": "http-server dist --port 10101 --log-ip --no-dotfiles"
},
"type": "module",
"version": "0.5.4"
}