-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 856 Bytes
/
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
{
"name": "nuxtjs-windicss-starter",
"version": "1.0.0",
"description": "Starter Pack",
"author": "Achan",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.1-rc.5",
"applause-button": "^3.4.0",
"contentful-rich-text-vue-renderer": "^2.0.1",
"graphql-tag": "^2.11.0",
"nuxt": "^2.0.0",
"vue-disqus": "^4.0.1",
"vue-social-sharing": "^3.0.5"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"vue-windicss-preprocess": "^2.1.0"
}
}