-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 2.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 2.28 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
{
"name": "dexalot-docs-v2",
"description": "Dexalot Documentation v2",
"version": "2026-03-29",
"license": "BUSL",
"private": true,
"engines": {
"node": "22.11.0"
},
"type": "module",
"scripts": {
"lint-ts-check": "./node_modules/.bin/eslint . --ext .ts",
"lint-ts-fix": "./node_modules/.bin/eslint . --ext .ts --fix",
"lint-js-check": "./node_modules/.bin/eslint . --ext .js",
"lint-js-fix": "./node_modules/.bin/eslint . --ext .js --fix",
"pretty-md-check": "./node_modules/.bin/prettier --check **/*.md",
"pretty-md-fix": "./node_modules/.bin/prettier --write **/*.md",
"pretty-ts-check": "./node_modules/.bin/prettier --check **/*.ts",
"pretty-ts-fix": "./node_modules/.bin/prettier --write **/*.ts",
"pretty-js-check": "./node_modules/.bin/prettier --check **/*.js",
"pretty-js-fix": "./node_modules/.bin/prettier --write **/*.js",
"pretty-check": "./node_modules/.bin/prettier --check **/*.{ts,js,md}",
"pretty-fix": "./node_modules/.bin/prettier --write **/*.{ts,js,md}",
"clean": "rimraf docs/.vuepress/.cache docs/.vuepress/.temp docs/.vuepress/dist",
"docs:serve": "http-server -a localhost docs/.vuepress/dist -o",
"docs:build:local:dev": "export NODE_ENV='development'; vuepress-vite build docs",
"docs:build:local:prod": "export NODE_ENV='production'; vuepress-vite build docs",
"docs:build:amplify": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-markdown-math": "2.0.0-rc.60",
"@vuepress/plugin-seo": "2.0.0-rc.60",
"@vuepress/plugin-sitemap": "2.0.0-rc.60",
"@vuepress/plugin-slimsearch": "2.0.0-rc.61",
"eslint": "^9.15.0",
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sass-embedded": "^1.79.5",
"vidstack": "^1.12.12",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-search-pro": "2.0.0-rc.59",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}