-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
107 lines (107 loc) · 3.4 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
{
"name": "veui-docs",
"version": "1.0.0",
"description": "Website for VEUI.",
"author": "guyiling <[email protected]>",
"private": true,
"scripts": {
"dev": "npm run docs && HOST=0.0.0.0 nuxt & node -r esm ./one/build/watch.js",
"build": "NODE_ENV=production npm run docs && nuxt build",
"docs": "node -r esm ./one/build/generate.js",
"diff": "node -r esm ./one/build/diff-api.js",
"start": "nuxt start",
"generate": "npm run docs && nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"stop": "forever stop app.js",
"restart": "npm run stop && npm run serve",
"update:veui": "npm i -D {veui-loader,veui,veui-theme-dls,babel-plugin-veui,veui-theme-dls-icons}@latest"
},
"devDependencies": {
"@docsearch/css": "^3.3.0",
"@docsearch/js": "^3.3.0",
"@justfork/rehype-autolink-headings": "^5.1.1",
"@justfork/vue-monaco": "^0.3.1",
"@stackblitz/sdk": "^1.5.2",
"@vercel/analytics": "^1.0.1",
"@vue/runtime-dom": "^3.2.31",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^2.17.9",
"cheerio": "^1.0.0-rc.10",
"dls-graphics": "^1.0.0-alpha.3",
"dls-icons-vue": "^2.6.0",
"dls-illustrations-vue": "^1.3.2",
"eslint": "^5.15.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"esm": "^3.2.25",
"etpl": "^3.2.0",
"fflate": "^0.8.1",
"focus-visible": "^4.1.5",
"forever": "^3.0.2",
"giscus": "^1.2.6",
"hastscript": "^3.1.0",
"highlight.js": "^10.7.3",
"js-yaml": "^3.13.1",
"less": "^3.13.1",
"less-loader": "^4.1.0",
"less-plugin-est": "^3.0.0",
"lodash-es": "^4.17.21",
"lowlight": "^1.9.2",
"mdast-util-to-string": "^2.0.0",
"mkdirp": "^0.5.5",
"moment": "^2.22.2",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"monaco-themes": "^0.4.0",
"node-fetch": "^2.6.9",
"nuxt": "^2.17.3",
"object-deep-search": "0.0.7",
"preact": "^10.10.2",
"prettier": "^1.16.4",
"prettier-eslint": "^8.8.2",
"raw-loader": "^4.0.2",
"recursive-readdir": "^2.2.2",
"recursive-readdir-sync": "^1.0.6",
"rehype-autolink-headings": "^5.1.0",
"rehype-highlight": "^4.1.0",
"rehype-raw": "^2.0.0",
"rehype-stringify": "^3.0.0",
"remark": "^8.0.0",
"remark-frontmatter": "^1.3.3",
"remark-html": "^6.0.1",
"remark-rehype": "^3.0.0",
"remark-shortcodes": "^0.1.5",
"remark-slug": "^4.2.3",
"short-circuit-loader": "0.0.1-alpha.2",
"splitpanes": "^2.3.8",
"stringify-object": "^3.3.0",
"stylelint": "^13.6.1",
"stylelint-plugin-stylus": "^0.9.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"typescript": "^4.6.2",
"unist-util-remove": "^1.0.1",
"unist-util-visit": "^1.4.0",
"veui": "^2.17.9",
"veui-loader": "^2.17.9",
"veui-theme-dls": "^2.17.9",
"veui-theme-dls-icons": "^2.17.9",
"vue-awesome": "^4.5.0",
"vue-frag": "^1.4.0",
"vue-i18n": "^8.16.0",
"vue-live": "^1.17.2",
"vue-windows": "^0.2.4"
},
"dependencies": {
"express": "^4.16.2"
}
}