-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "growi-org",
"version": "1.0.0",
"description": "The webpage for growi.org Project",
"keywords": [
"node",
"vuepress",
"markdown",
"growi",
"documentation"
],
"homepage": "https:/growi.org",
"author": "Koki Oyatsu <[email protected]>",
"license": "UNLICENSED",
"dependencies": {
"vuepress-plugin-medium-zoom": "^1.1.6",
"vuepress-plugin-redirect": "^1.1.2",
"vuepress-plugin-sitemap": "^2.3.0"
},
"scripts": {
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"start": "npm run docs:dev",
"lint": "textlint \"docs/ja/*.md\" \"docs/en/*.md\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "^18",
"npm": ">=6.14.8 <7",
"yarn": ">=1.22.5 <2"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"bootstrap": "^5.2.3",
"eslint": "^5.15.1",
"eslint-config-weseek": "^1.0.1",
"eslint-plugin-import": "^2.16.0",
"nodemon": "^1.17.3",
"npm-run-all": "^4.1.2",
"prettier-stylelint": "^0.4.2",
"sass": "^1.62.1",
"sass-loader": "^v10.3.1",
"stylelint-config-recess-order": "^2.0.1",
"textlint": "^12.0.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-weseek": "^1.0.2",
"vue-script2": "^2.1.0",
"vuepress": "^1.9.2"
}
}