-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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": "@cloak-app/boilerplate",
"version": "1.4.2",
"description": "Modules that setup standard Cloak conventions.",
"repository": "git@github.com:BKWLD/cloak-boilerplate.git",
"author": "Bukwild <info@bukwild.com>",
"license": "MIT",
"main": "nuxt.js",
"scripts": {
"dev": "nuxt dev demo",
"build": "nuxt build demo",
"start": "nuxt start demo",
"generate": "nuxt generate --target=static demo"
},
"dependencies": {
"@bkwld/credits": "^0.3.0",
"@cloak-app/utils": "^1.5.0",
"@nuxt/utils": "^2.15.0",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/gtm": "^2.0.0",
"@nuxtjs/pwa": "^3.0.0",
"@nuxtjs/robots": "^2.0.0",
"@nuxtjs/sentry": "^5.0.0",
"@nuxtjs/sitemap": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"bukwild-stylus-library": "^3.0.0",
"focus-visible": "^5.0.0",
"graphql": "^14.0.0 || ^15.0.0",
"lodash": "^4.0.0",
"normalize.css": "^8.0.0",
"nuxt-coffeescript-module": "^2.3.0",
"nuxt-fontagon": "^1.0.4",
"nuxt-polyfill": "^1.0.0",
"nuxt-spa-store-init": "^1.3.0",
"objectFitPolyfill": "^2.0.0",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"stylus": "0.*",
"stylus-loader": "^3.0.0",
"vue-routing-anchor-parser": "^1.13.1",
"webpack-graphql-loader": "gpoitch/graphql-loader#gp/refresh"
},
"devDependencies": {
"@cloak-app/demo-theme": "^1.0.5",
"@nuxt/content": "^1.14.0",
"nuxt": "^2.14.0"
}
}