-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 941 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
32
{
"name": "@cloak-app/i18n",
"version": "1.9.1",
"description": "Localization conventions for Cloak + Craft.",
"repository": "[email protected]:BKWLD/cloak-i18n.git",
"author": "Bukwild <[email protected]>",
"license": "MIT",
"main": "nuxt.js",
"scripts": {
"dev": "nuxt dev demo",
"dev:external": "yarn build:external --watch",
"build": "nuxt build demo",
"build:external": "cd demo/external && webpack -c webpack.config.coffee",
"start": "nuxt start demo",
"generate": "yarn build:external && nuxt generate demo --fail-on-error --target=static"
},
"dependencies": {
"@cloak-app/utils": "^1.4.0",
"@nuxtjs/i18n": "^7.0.0",
"consola": "^2.15.3",
"lodash": "^4.0.0"
},
"devDependencies": {
"@cloak-app/boilerplate": "^1.0.8",
"@cloak-app/craft": "^1.0.1",
"@cloak-app/demo-theme": "^1.0.5",
"@nuxt/content": "^1.14.0",
"axios-mock-adapter": "^1.20.0",
"nuxt": "^2.14.0",
"webpack-cli": "^4.9.2"
}
}