-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
128 lines (128 loc) · 3.99 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "daim",
"version": "1.52.1",
"description": "Damien Robinson Web Development",
"packageManager": "[email protected]",
"author": {
"name": "Damien Robinson",
"email": "[email protected]",
"url": "https://daim.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/shadow81627/daim.git"
},
"bugs": "https://github.com/shadow81627/daim/issues",
"homepage": "https://daim.dev",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"analyze": "nuxi analyze",
"start": "nuxi preview",
"generate": "nuxi generate",
"preview": "nuxt preview",
"upgrade": "nuxi upgrade",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . && npm run lint:md",
"lint:fix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix",
"lint:md": "remark . -r .remarkrc.js -f",
"lint:md:fix": "remark . -r .remarkrc.js -f --output",
"mdspell": "mdspell -r -n -a --en-us content/**/**.md || true",
"write-good": "write-good content",
"cspell": "cspell content/**",
"lhci:autorun": "lhci autorun",
"serve:lhci": "cross-env PORT=3001 nuxi preview",
"images": "ts-node fetch-external-images.ts",
"icons": "ts-node generate-iconify.ts",
"test": "playwright test",
"test:e2e": "yarn run test",
"postinstall": "nuxi prepare"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@formkit/nuxt": "0.16.2",
"@formkit/themes": "0.16.2",
"@nuxt/content": "2.9.0",
"@nuxtjs/robots": "3.0.0",
"@vercel/analytics": "1.0.1",
"buffer": "6.0.3",
"cross-env": "7.0.3",
"crypto-js": "4.1.1",
"dayjs": "1.10.7",
"github-markdown-css": "4.0.0",
"js-base64": "3.7.5",
"lodash-es": "4.17.21",
"mailgo": "0.12.2",
"query-string": "7.1.3"
},
"devDependencies": {
"@iconify/tools": "2.2.6",
"@iconify/vue2": "2.1.0",
"@kevinmarrec/nuxt-pwa": "0.17.0",
"@lhci/cli": "0.11.0",
"@mdi/js": "5.9.55",
"@nuxt/image": "1.1.0",
"@nuxt/types": "2.15.8",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/i18n": "8.0.0-rc.6",
"@playwright/test": "1.40.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/crypto-js": "4.1.1",
"@types/csso": "5.0.0",
"@types/lodash": "4.14.191",
"@types/lodash-es": "4.17.6",
"@types/node": "20.10.4",
"@types/sharp": "0.31.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.56.0",
"@unlighthouse/cli": "0.4.9",
"@unlighthouse/nuxt": "0.4.9",
"@unocss/nuxt": "0.51.4",
"@vite-pwa/nuxt": "0.0.7",
"cspell": "5.9.0",
"eslint": "8.55.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "45.0.2",
"eslint-plugin-vuetify": "2.0.0-beta.2",
"git-date-extractor": "4.0.1",
"markdown-spellcheck": "1.3.1",
"nuxt": "3.9.3",
"nuxt-icon": "0.3.2",
"nuxt-og-image": "2.2.4",
"nuxt-purgecss": "1.0.0",
"nuxt-schema-org": "2.1.2",
"nuxt-security": "0.13.0",
"nuxt-unhead": "1.4.15",
"playwright": "1.40.1",
"prettier": "2.8.6",
"puppeteer": "19.7.5",
"remark-cli": "11.0.0",
"remark-frontmatter": "4.0.1",
"remark-lint": "9.1.1",
"remark-lint-frontmatter-schema": "3.15.2",
"remark-lint-unordered-list-marker-style": "3.1.1",
"remark-preset-lint-consistent": "5.1.1",
"remark-preset-lint-recommended": "6.1.2",
"require-extension-hooks": "0.3.3",
"require-extension-hooks-babel": "1.0.0",
"require-extension-hooks-vue": "3.0.0",
"sass": "1.59.3",
"semantic-release": "20.1.3",
"sharp": "0.32.0",
"svgo": "3.0.2",
"ts-node": "10.9.1",
"typescript": "5.0.2",
"vite-plugin-vuetify": "1.0.2",
"vite-svg-loader": "4.0.0",
"vuetify": "3.4.6",
"wrangler": "2.13.0",
"write-good": "1.0.8"
}
}