-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "dreammall.earth",
"version": "1.2.1",
"description": "Dreammall.earth website & product page",
"main": "build/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/dreammall-earth/dreammall.earth.git"
},
"keywords": [
"dreammall",
"dreammall-earth"
],
"author": {
"name": "Ulf Gebhardt"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dreammall-earth/dreammall.earth/issues"
},
"homepage": "https://dreammall.earth",
"scripts": {
"remark": "remark . --quiet --frail",
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build .",
"release": "scripts/release.sh"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.15",
"@vuepress/theme-default": "^2.0.0-rc.60",
"remark-cli": "^12.0.1",
"remark-gfm": "^4.0.0",
"remark-lint-list-item-indent": "^4.0.0",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"vuepress": "^2.0.0-rc.11"
}
}