-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 KB
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": "keycheck.dev",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:js && yarn lint:prettier",
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0-beta.0",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/plausible": "^0.2.4",
"@types/lodash": "^4.14.202",
"@types/node": "^18.17.3",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.6.5",
"nuxt-og-image": "^2.1.2",
"nuxt-simple-robots": "^3.1.6",
"nuxt-simple-sitemap": "^3.4.0",
"prettier": "^3.0.2",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
"minisearch": "^6.1.0",
"string-algorithms": "^1.0.31",
"vue-tippy": "v6"
}
}