Add localisation package.

This commit is contained in:
James Cole 2018-02-06 10:56:01 +01:00
parent 07506784f4
commit b72e8db7b1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 14 additions and 1 deletions

11
package-lock.json generated
View File

@ -6464,6 +6464,11 @@
"is-buffer": "1.1.6"
}
},
"lang.js": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/lang.js/-/lang.js-1.1.12.tgz",
"integrity": "sha512-LJq470yX8NXL22ZJMsDvpcdCn5KTFTAuqLMpEksSuutmP4kOGBdDGwFUAtSGLWe6oyEFeBEpub0DBAfTdC3Xag=="
},
"laravel-mix": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/laravel-mix/-/laravel-mix-1.7.2.tgz",
@ -13348,6 +13353,12 @@
"strip-ansi": "3.0.1"
}
},
"webpack-shell-plugin": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/webpack-shell-plugin/-/webpack-shell-plugin-0.5.0.tgz",
"integrity": "sha1-Kbih2A3erg3bEOcpZn9yhlPCx0I=",
"dev": true
},
"webpack-sources": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz",

View File

@ -16,11 +16,13 @@
"jquery": "^3.1.1",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"vue": "^2.5.7"
"vue": "^2.5.7",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"accounting": "^0.4.1",
"font-awesome": "^4.7.0",
"lang.js": "^1.1.12",
"moment": "^2.20.1"
}
}