-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "my-super-blog",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build --output public",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nuxtjs/sitemap": "^2.4.0",
"@prismicio/client": "^4.0.0",
"@prismicio/vue": "^2.0.11",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.21.1",
"core-js": "^3.9.1",
"highlight.js": "^11.0.1",
"nuxt": "^2.15.3",
"nuxt-sm": "^0.0.6",
"prismic-dom": "^2.2.5",
"vue-code-highlight": "^0.7.8",
"vue-disqus": "^4.0.1",
"vue-essential-slices": "^0.3.0",
"vue-gtag": "^1.16.1",
"vue-highlight.js": "^3.1.0",
"vue-slicezone": "^0.0.30"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/prismic": "^1.3.1",
"@nuxtjs/storybook": "^4.0.4",
"@nuxtjs/tailwindcss": "^4.1.3",
"global": "^4.4.0",
"nuxt-fontawesome": "^0.4.0",
"postcss": "^8.3.4"
}
}