-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "@bkwld/cloak",
"version": "1.16.2",
"author": "[email protected]",
"license": "MIT",
"main": "index.js",
"type": "module",
"dependencies": {
"@bkwld/credits": "^0.3.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",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.0.0",
"contentful-rich-text-vue-renderer": "^2.1.0",
"esm": "^3.0.0",
"flat": "^5.0.0",
"focus-visible": "^5.0.0",
"graphql": "*",
"lodash": "^4.0.0",
"normalize.css": "^8.0.0",
"nuxt-coffeescript-module": "^2.0.0",
"nuxt-fontagon": "^1.0.4",
"nuxt-polyfill": "^1.0.0",
"nuxt-spa-store-init": "^1.0.0",
"objectFitPolyfill": "^2.0.0",
"pug": "^2.0.0",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.0",
"stylus-loader": "^3.0.0",
"vue-routing-anchor-parser": "^1.8.0",
"vue-visual": "^2.7.0",
"webpack-cli": "^3.0.0",
"webpack-graphql-loader": "gpoitch/graphql-loader#gp/refresh"
},
"peerDependencies": {
"core-js": "^3.8.3",
"nuxt": "^2.15.0"
}
}