-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.36 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
{
"name": "quark-design-docs",
"version": "1.0.0",
"description": "Quark Design Documentation, built on Web Components.",
"keywords": [
"web components",
"quarkd",
"quark design",
"shadow dom",
"custom element",
"library ui"
],
"author": "hbf2e",
"license": "MIT",
"scripts": {
"dev": "tsc && vite --force",
"build": "npm run update && vite build",
"update": "npm i quark-doc-header@latest quark-doc-home@latest",
"serve": "vite preview",
"prepare": "husky install",
"test": "jest",
"codeformat": "prettier --write ."
},
"dependencies": {
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/theme-one-dark": "^6.0.0",
"@docsearch/js": "^3.3.3",
"codemirror": "^6.0.1",
"quark-doc-header": "^0.3.27",
"quark-doc-home": "0.0.15",
"quarkd": "^1.0.2",
"sass": "~1.32.0",
"vue-codemirror": "^6.0.2",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@commitlint/cli": "^10.0.0",
"@commitlint/config-conventional": "^10.0.0",
"@rollup/pluginutils": "^4.2.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "^10.4.8",
"axios": "^0.21.0",
"eslint": "^7.23.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"eslint-visitor-keys": "2",
"happy-dom": "^7.8.1",
"highlight.js": "^10.3.1",
"husky": "^6.0.0",
"inquirer": "^8.2.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.0",
"lzutf8": "^0.6.0",
"markdown-it-container": "^3.0.0",
"postcss": "^8.4.16",
"prettier": "^2.0.0",
"remark-codesandbox": "^0.10.1",
"standard-version": "^9.3.0",
"transliteration": "^2.2.0",
"ts-jest": "^26.5.5",
"typescript": "^4.1.5",
"vite": "^3.0.5",
"vite-plugin-md": "^0.20.4",
"vue": "^3.2.26",
"vue-jest": "^5.0.0-alpha.7"
},
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,scss}": "prettier --write"
},
"repository": {
"type": "git",
"url": "https://github.com/hellof2e/quark-design-docs.git"
}
}