-
Notifications
You must be signed in to change notification settings - Fork 426
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.75 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.75 KB
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": "@system76/docs",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nuxt dev",
"build": "nuxt generate --fail-on-error",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:md": "markdownlint content/"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@nuxt/content": "^1.14.0",
"@system76/components": "^1.11.1",
"@system76/design": "^5.4.2",
"core-js": "^3.32.2",
"nuxt": "^2.17.1",
"nuxt-content-git": "^3.0.0"
},
"devDependencies": {
"@nuxt/image": "^0.6.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.19.1",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.31.1",
"nuxt-dynamic-images": "0.0.1",
"postcss": "^8.4.29",
"shiki": "^0.9.3",
"unist-util-visit": "^2.0.3"
},
"description": "The docs system is powered by [NuxtJS][1] with [`@nuxtjs/content`][2],\r [tailwindcss][3], and some other packages. It uses Markdown in the `/content/`\r folder to render every article. If you don't know what Markdown is (or need a\r refresher), take a minute to look over [the basics][4].",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/system76/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/system76/docs/issues"
},
"homepage": "https://github.com/system76/docs#readme"
}