webpack-angular-translate
Version:
Webpack plugin that extracts the translation-ids with the default texts.
24 lines (23 loc) • 502 B
JSON
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"html-loader": "^0.5.5",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"angular": "^1.4.3",
"angular-translate": "^2.7.2",
"angular-translate-loader-url": "^2.7.2",
"angular-ui-router": "^1.0.20"
}
}