-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "@aneoconsultingfr/armonik-docs-theme",
"type": "module",
"version": "0.6.15",
"description": "A theme to harmonize and easily maintain each ArmoniK Documentation.",
"homepage": "https://github.com/aneoconsulting/armonik-docs-theme#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aneoconsulting/armonik-docs-theme.git"
},
"bugs": {
"url": "https://github.com/aneoconsulting/armonik-docs-theme/issues"
},
"main": "nuxt.config.ts",
"files": [
"app.config.ts",
"app.vue",
"components",
"composables",
"nuxt.config.ts",
"tokens.config.ts"
],
"scripts": {
"prepare": "nuxi prepare",
"dev": "nuxi dev",
"build": "npx playwright install && nuxi build --prerender",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:md": "markdownlint . && case-police content/**/*",
"lint:md:fix": "markdownlint . --fix && case-police --fix content/**/*",
"release": "bumpp"
},
"dependencies": {
"@nuxt-themes/docus": "^1.15.1",
"@nuxt/devtools": "^1.6.1",
"@nuxtjs/seo": "^2.0.2",
"mermaid": "^11.4.0",
"nuxt": "^3.14.1592",
"playwright": "^1.49.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@nuxt/eslint-config": "^0.7.2",
"@parcel/watcher": "^2.5.0",
"bumpp": "^9.8.1",
"case-police": "^0.7.2",
"eslint": "^9.15.0",
"markdownlint-cli": "^0.43.0",
"typescript": "^5.7.2"
}
}