-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "@sls/doc",
"version": "1.0.0",
"description": "The doc for sls.",
"repository": {
"type": "git",
"url": "git+https://github.com:aliyun-sls/sls-doc.git"
},
"keywords": [
"sls",
"doc"
],
"author": "wangtao0101",
"homepage": "https://sls.aliyun.com/doc/",
"bugs": {
"url": "https://github.com/aliyun-sls/sls-doc/issues"
},
"scripts": {
"lint": "prettier --check --write --parser typescript \"{__tests__,docs,src,types}/**/*.ts\"",
"sitemap": "node .vitepress/genSiteMap",
"lint:fail": "prettier --check --parser typescript \"{__tests__,docs,src,types}/**/*.ts\"",
"type": "tsc --noEmit",
"test": "npm run lint && npm run type",
"dev": "vitepress",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vitepress build && npm run sitemap",
"serve": "vitepress serve ."
},
"dependencies": {
"@aliyun-sls/docsearch-js": "1.0.2",
"@aliyun-sls/rum-core": "^0.0.11",
"@docsearch/css": "^3.2.1",
"@vueuse/core": "^9.1.1",
"body-scroll-lock": "^3.1.5",
"fast-glob": "^3.2.12",
"glob": "^8.0.3",
"js-cookie": "^3.0.5",
"normalize.css": "^8.0.1",
"sitemap": "^7.1.1",
"urijs": "^1.19.11"
},
"devDependencies": {
"@mdit-vue/types": "^0.11.0",
"@types/body-scroll-lock": "^3.1.0",
"@types/estree": "^1.0.0",
"@types/js-cookie": "^3.0.3",
"@types/urijs": "^1.19.19",
"cross-env": "^5.2.0",
"markdown-it-container": "^3.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.2",
"vitepress": "^1.0.0",
"vue": "^3.4.19"
}
}