-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.59 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.59 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
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
{
"name": "blog",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"changeset": "changeset",
"prepare": "husky install",
"postinstall": "nuxt prepare",
"commit": "cz",
"ci:publish": "pnpm build && changeset publish",
"ci:version": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@commitlint/cz-commitlint": "18.4.4",
"@eslint/eslintrc": "3.0.0",
"@eslint/js": "8.56.0",
"@iconify-json/ic": "1.1.17",
"@iconify-json/material-symbols": "1.1.72",
"@iconify-json/mdi": "1.1.64",
"@nuxt/eslint-config": "0.2.0",
"@nuxtjs/i18n": "8.0.0",
"@nuxtjs/mdc": "0.5.0",
"@types/chroma-js": "2.4.3",
"@types/eslint__eslintrc": "2.1.1",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@unocss/nuxt": "0.58.4",
"@unocss/preset-icons": "0.58.5",
"@unocss/transformer-directives": "0.58.4",
"autoprefixer": "10.4.17",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-perfectionist": "2.5.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "2.2.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-vue": "9.20.1",
"eslint-plugin-write-good-comments": "0.2.0",
"husky": "^8.0.3",
"nuxt": "^3.10.0",
"nuxt-gtag": "1.1.2",
"prettier": "3.2.2",
"style-dictionary": "3.9.1",
"typescript": "5.3.3",
"unocss": "0.58.4",
"vue": "3.4.10",
"vue-eslint-parser": "9.4.0",
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"
},
"dependencies": {
"@faker-js/faker": "8.4.0",
"@nuxtjs/sitemap": "5.0.4",
"@unocss/reset": "0.58.4",
"chroma-js": "2.4.2"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}