ez-web-toolkit
Version:
EZ Web Toolkit
89 lines (88 loc) • 2.57 kB
JSON
{
"name": "ez-web-toolkit",
"version": "5.1.2",
"description": "EZ Web Toolkit",
"main": "build/ez-web-toolkit.js",
"files": [
"build/"
],
"typings": "build/index.d.ts",
"scripts": {
"build": "webpack",
"build-prod": "webpack -p",
"lint": "tslint 'src/**/*.ts'",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezlinks/ez-web-toolkit.git"
},
"keywords": [
"angular",
"typescript"
],
"author": "EZLinks <ejohnson@ezlinks.com> (https://github.com/EZLinks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezlinks/ez-web-toolkit/issues"
},
"homepage": "https://github.com/ezlinks/ez-web-toolkit#readme",
"devDependencies": {
"@types/angular": "^1.6.56",
"@types/angular-mocks": "^1.7.0",
"@types/bootstrap": "^3.4.0",
"@types/expect.js": "^0.3.29",
"@types/jasmine": "^2.8.16",
"@types/jquery": "^3.3.31",
"@types/node": "^8.10.56",
"angular": "1.6.3",
"angular-mocks": "^1.7.8",
"angular-typescript-validation": "2.0.0",
"angular-ui-grid": "4.0.6",
"autoprefixer": "^7.2.6",
"awesome-typescript-loader": "^3.5.0",
"css-loader": "^0.28.11",
"css-variables": "^0.1.7",
"glob": "^7.1.5",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.30.1",
"jasmine": "^2.99.0",
"jquery": "^3.4.1",
"karma": "^2.0.5",
"karma-jasmine": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.13.0",
"postcss-calc": "^6.0.2",
"postcss-css-variables": "^0.13.0",
"postcss-custom-media": "^6.0.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.1.6",
"postcss-nested": "^2.1.2",
"sass-loader": "^6.0.7",
"semantic-ui-angular": "0.3.0",
"style-loader": "^0.18.2",
"toastr": "2.1.2",
"ts-loader": "^2.3.7",
"tslint": "^5.20.0",
"typescript": "^2.9.2",
"vanilla-typescript": "^0.3.2",
"webpack": "^3.12.0",
"webpack-build-notifier": "^0.1.32",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"angular": "1.6.3",
"jquery": "3.0.0",
"angular-typescript-validation": "2.0.0",
"angular-ui-grid": "4.0.6",
"moment": "^2.22.2",
"semantic-ui-angular": "0.3.0",
"toastr": "2.1.2"
}
}