generated from antfu/vitesse-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"private": true,
"type": "module",
"name": "hardingspropertyservices",
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .eslintignore .",
"lint:fix": "yarn run lint --fix",
"lhci:autorun": "lhci autorun"
},
"dependencies": {
"@formkit/nuxt": "1.0.0-beta.15",
"@lhci/cli": "0.9.0",
"@nuxtjs/plausible": "0.2.0",
"@nuxtjs/sitemap": "2.4.0",
"@sentry/tracing": "7.38.0",
"@sentry/vue": "7.38.0",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
"js-base64": "3.7.5",
"marked": "4.2.12",
"pinia": "2.0.30"
},
"devDependencies": {
"@antfu/eslint-config": "0.35.2",
"@iconify-json/carbon": "1.0.15",
"@iconify-json/twemoji": "1.0.2",
"@nuxt/image-edge": "1.0.0-27919678.2f5b64b",
"@nuxtjs/strapi": "1.8.1",
"@pinia/nuxt": "0.4.6",
"@types/crypto-js": "4.1.1",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@unocss/nuxt": "0.49.7",
"@vue/eslint-config-standard": "8.0.1",
"@vueuse/core": "9.13.0",
"@vueuse/nuxt": "9.13.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "8.5.0",
"miniflare": "2.3.0",
"nuxt": "3.2.2",
"nuxt-lodash": "2.4.1",
"prettier": "2.8.4",
"typescript": "4.9.5"
}
}