-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 2.29 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
{
"scripts": {
"docs:build": "FORCE_COLOR=3 DEBUG_COLORS=true DEBUG_SHOW_HIDDEN=true vuepress build docs --no-cache --debug",
"docs:dev": "FORCE_COLOR=3 DEBUG_COLORS=true DEBUG_SHOW_HIDDEN=true vuepress dev docs --cache docs/.cache --temp docs/.temp --no-clear-screen --no-cache --debug",
"docs:dev2": "FORCE_COLOR=3 DEBUG_COLORS=true DEBUG_SHOW_HIDDEN=true NODE_ENV=development VUEPRESS_ENV=developer vuepress dev docs --cache docs/.cache --temp docs/.temp --no-clear-screen --no-cache --debug",
"docs:dev3": "FORCE_COLOR=3 DEBUG_COLORS=true DEBUG_SHOW_HIDDEN=true VUE_CLI_MODERN_MODE=true VUE_CLI_MODERN_BUILD=true VUE_APP_NODE_ENV=development VUEPRESS_ENV=developer NODE_DEBUG=webpack NODE_ENV=development vuepress dev docs --cache docs/.cache --temp docs/.temp --no-clear-screen --debug"
},
"devDependencies": {
"@octokit/core": "^3.1.2",
"@vue/cli": "^4.4.6",
"@vue/cli-service-global": "^4.4.6",
"@vuepress/plugin-back-to-top": "^1.5.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"console-log-level": "^1.4.1",
"debug": "^4.1.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-vuepress": "^2.2.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue-libs": "^4.0.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-katex": "^2.0.3",
"netlify-cli": "^6.6.0",
"prettier": "^2.0.5",
"prettier-config-vuepress": "^1.0.0",
"vuepress": "^1.8.2",
"webpack-env": "^0.8.0"
},
"dependencies": {
"acorn": "^6.4.1",
"browserslist": "4.16.6",
"caniuse-lite": "^1.0.30001538",
"kind-of": "^6.0.3",
"minimist": "^1.2.3",
"prismjs": "1.25.0",
"serialize-javascript": "^3.1.0",
"websocket-extensions": "^0.1.4"
},
"name": "www.bana.io",
"version": "v0.1.0",
"author": "Mohamed Bana <[email protected]>",
"description": "https://bana.io",
"homepage": "https://github.com/banaio/www.bana.io",
"repository": {
"type": "git",
"url": "[email protected]:banaio/www.bana.io.git"
},
"bugs": {
"url": "https://github.com/banaio/www.bana.io/issues"
},
"license": "MIT",
"private": true,
"prettier": "prettier-config-vuepress"
}