-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.37 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": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"format": "eslint --fix ."
},
"devDependencies": {
"@nuxt/content": "^2.8.1",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint": "^0.3.7",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"dayjs-nuxt": "^1.1.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.13.2",
"nuxt-eslint-auto-explicit-import": "^0.0.2",
"nuxt-icon": "^0.5.0",
"nuxt-purgecss": "^2.0.0",
"postcss": "^8.4.29",
"prettier-eslint": "^15.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vue-eslint-parser": "^9.3.1"
},
"dependencies": {
"@iconify/json": "^2.2.126",
"@nuxt/ui": "^2.13.0",
"@pinia/nuxt": "^0.4.11",
"dayjs": "^1.11.9",
"pinia": "^2.1.6",
"vue3-keypress": "^4.0.1"
},
"type": "module",
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}