mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-23 23:13:18 -06:00
Add localisation package.
This commit is contained in:
parent
07506784f4
commit
b72e8db7b1
11
package-lock.json
generated
11
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user