This repository was archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.43 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.43 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
43
44
45
{
"private": true,
"scripts": {
"lint:ts": "nuxi typecheck",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "npm run lint:ts && npm run lint:js && npm run lint:prettier",
"lintfix": "prettier --write --list-different . && eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore . --fix",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt-themes/typography": "^1.0.1",
"@nuxt/content": "^2.8.3",
"@nuxthq/studio": "^0.14.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/dateformat": "^5.0.0",
"@vueuse/core": "^10.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "3.6",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@d0rich/nuxt-content-mermaid": "^0.1.2",
"@d0rich/nuxt-design-system": "^0.8.0",
"dateformat": "^5.0.3",
"gsap": "^3.11.5",
"mobile-detect": "^1.4.5",
"node-html-parser": "^6.1.5",
"octokit": "^3.1.1",
"puppeteer": "^21.3.5",
"rehype-external-links": "^3.0.0",
"remark-simple-plantuml": "npm:@akebifiky/remark-simple-plantuml@^1.0.2",
"sitemap": "^7.1.1",
"unist-util-visit": "^4.1.2",
"vue-disqus": "^5.1.0",
"vue-gtag": "^2.0.1"
}
}