-
Notifications
You must be signed in to change notification settings - Fork 401
/
package.json
39 lines (39 loc) · 1.13 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
{
"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.10.0",
"@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"
}
}