-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "anohi-no-tweet",
"version": "1.5.3",
"description": "指定した条件にマッチするツイートの検索結果、Twilogなどを開くためのウェブアプリ",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "npm-run-all -p lint:*",
"lint:html": "markuplint --config markuplint.config.ts \"**/*.{html,vue}\"",
"lint:js": "eslint --ignore-path .gitignore .",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"test": "nuxt test"
},
"engines": {
"node": "20.12.2"
},
"devDependencies": {
"@element-plus/nuxt": "1.0.7",
"@markuplint/vue-parser": "4.6.14",
"@markuplint/vue-spec": "4.5.14",
"@mdi/font": "7.4.47",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/test-utils": "3.6.5",
"@nuxtjs/eslint-module": "4.1.0",
"@pinia-plugin-persistedstate/nuxt": "1.1.2",
"@pinia/nuxt": "0.4.11",
"@types/node": "20.12.14",
"@vite-pwa/nuxt": "0.7.0",
"date-fns": "3.6.0",
"eslint": "8.57.1",
"markuplint": "4.8.1",
"npm-run-all2": "6.1.2",
"nuxt": "3.11.2",
"nuxt-icon": "0.6.10",
"pinia": "2.0.36",
"sass": "1.77.8",
"vitest": "0.33.0"
}
}