-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 913 Bytes
/
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
{
"name": "imgcalc",
"version": "2.0.0",
"description": "Web app for calculating image size from aspect ratio",
"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"
},
"devDependencies": {
"@markuplint/vue-parser": "4.6.12",
"@markuplint/vue-spec": "4.5.12",
"@mdi/font": "7.4.47",
"@nuxt/eslint-config": "0.5.7",
"@nuxtjs/eslint-module": "4.1.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@vite-pwa/nuxt": "0.7.0",
"eslint": "8.57.1",
"markuplint": "4.11.2",
"npm-run-all2": "7.0.1",
"nuxt": "3.11.2",
"sass": "1.81.0",
"vuetify": "3.5.18"
}
}