-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 2.04 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
{
"name": "@chakra-ui/vue-docs-next",
"version": "2.0.0-beta.0",
"description": "Website for Chakra UI Vue Next",
"main": "index.html",
"private": true,
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/website",
"author": "Jonathan Bakebwa [email protected]",
"scripts": {
"clean": "rimraf dist",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"format": "prettier . --write"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@nuxt/content": "^2.4.3",
"@nuxthq/studio": "^1.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/fontaine": "^0.2.5",
"@nuxtjs/html-validator": "^1.2.5",
"@typescript-eslint/parser": "^5.47.0",
"add": "^2.0.6",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.8.0",
"husky": "^8.0.2",
"nuxt": "^3.4.2",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@babel/core": "^7.12.9",
"@chakra-ui/nuxt-next": "2.1.0-beta.11",
"@chakra-ui/vue-auto-import": "3.0.0-beta.7",
"@chakra-ui/vue-next": "0.0.0-dev-20230410112159",
"@fontsource/dm-sans": "^4.5.9",
"@fontsource/ibm-plex-mono": "^4.5.13",
"@nuxt/vite-builder": "^3.0.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/robots": "^3.0.0",
"@types/prismjs": "^1.26.0",
"@vueuse/core": "^9.13.0",
"add": "^2.0.6",
"feather-icons-paths": "^1.1.1",
"highlight.js": "^11.7.0",
"prismjs": "^1.29.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-prism-plus": "^1.5.0",
"remark-prism": "^1.3.6",
"sass": "^1.56.2",
"sitemap": "^7.1.1",
"slugify": "^1.6.5",
"unplugin-vue-components": "^0.24.0",
"vue": "^3.2.47",
"vue-live": "^2.1.0",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.1.6"
}
}