ng6-cli
Version:
Tooling to build applications with Angular 1.5, ES6, and Webpack.
57 lines (56 loc) • 1.67 kB
JSON
{
"name": "<%= name %>",
"private": true,
"version": "0.1.0",
"description": "0.1.0",
"main": "webpack.config.babel.js",
"engines" : {
"node" : ">=6.0.0"
},
"scripts": {
"prebuild": "rimraf www",
"build": "webpack --env.prod",
"serve": "webpack-dev-server --env.dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "mocha ./{app,components,directives,filters,providers,services}/**/*.spec.js --opts mocha.opts",
"test:watch": "npm run test -- -w"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"chai": "^3.5.0",
"css-loader": "^0.26.2",
"eslint": "^3.16.1",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"ignore-styles": "^5.0.1",
"mocha": "^3.2.0",
"node-sass": "^4.3.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.2",
"sass-resources-loader": "^1.2.0",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-config-utils": "^2.3.0",
"webpack-dev-server": "^2.4.1",
"write-file-webpack-plugin": "^3.4.2"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-ui-router": "^0.4.2",
"ionic-angular": "1.3.1"
}
}