-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.45 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
{
"name": "ocelot.social",
"version": "1.0.0",
"description": "The ocelot.social website",
"author": "ocelot.social Community",
"license": "MIT",
"private": false,
"scripts": {
"build": "vuepress build docs",
"dev": "vuepress dev docs",
"test": "npm run test:lint",
"test:lint": "textlint \"*.md\" \"docs/**/*.md\"",
"test:lint:fix": "textlint \"*.md\" \"docs/**/*.md\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ocelot-Social-Community/ocelot.social.git"
},
"bugs": {
"url": "https://github.com/Ocelot-Social-Community/ocelot.social/issues"
},
"homepage": "https://ocelot.social",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"@vuepress/plugin-redirect": "^2.0.0-rc.60",
"textlint": "^14.4.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-no-dead-link": "^5.2.0",
"textlint-rule-no-empty-element": "^0.3.1",
"textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"vuepress": "^2.0.0-rc.18",
"vuepress-plugin-search-pro": "^2.0.0-rc.59",
"vuepress-theme-hope": "^2.0.0-rc.59"
}
}