-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "nibiru-smp-website",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Nibiru Research Center",
"url": "https://github.com/nibiruresearchcenter"
},
"contributors": [
{
"name": "Alisa",
"email": "[email protected]",
"url": "https://alisaqaq.moe"
}
],
"homepage": "https://minecraft.nibiru.live",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0-rc.5",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.2",
"@typescript-eslint/parser": "^6.7.4",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"daisyui": "^3.9.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.7.4",
"nuxt-directus": "^5.5.0",
"prettier": "^3.0.3",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"dependencies": {
"markdown-it": "^13.0.2"
}
}