-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"name": "@system76/blog",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nuxt dev",
"storybook": "nuxt storybook",
"slicemachine": "start-slicemachine --port 9999",
"build": "nuxt generate --fail-on-error",
"lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.15.2",
"nuxt": "^2.4.5"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@nuxt/image": "^0.5.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/prismic": "^1.3.1",
"@nuxtjs/storybook": "^4.0.4",
"@nuxtjs/tailwindcss": "^4.2.1",
"@prismicio/vue": "^2.2.0",
"@system76/components": "^1.11.1",
"@system76/design": "^5.4.1",
"@system76/eslint-config": "^3.1.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.13.0",
"lodash": "^4.17.21",
"nuxt-sm": "0.0.8",
"postcss": "^8.3.5",
"prismic-cli": "^3.8.13",
"slice-machine-ui": "^0.5.0",
"unist-util-visit": "^3.1.0",
"vue-slicezone": "^0.1.0"
}
}