UNPKG

@leanup/stack-angularjs

Version:

This package contains the AngularJS framework extension for the @leanup/cli.

53 lines 1.14 kB
{ "name": "@leanup/stack-angularjs", "version": "1.3.54", "description": "This package contains the AngularJS framework extension for the @leanup/cli.", "author": "Martin Oppitz <npmjs@martinoppitz.com>", "homepage": "https://leanupjs.org", "files": [ "lib/**", "babel.config.js", "snowpack.config.js", "webpack.config.js" ], "keywords": [ "babel", "snowpack", "webpack", "angularjs", "sinon", "nyc", "nightwatch", "mocha", "sass", "typescript", "cli", "spa", "pwa", "lean", "compiler", "transpiler" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/leanupjs/leanup.git" }, "bugs": { "url": "https://github.com/leanupjs/leanup/issues" }, "dependencies": { "@snowpack/plugin-babel": "2.1.7", "babel-plugin-angularjs-annotate": "0.10.0", "@leanup/cli-core-babel": "1.3.54" }, "devDependencies": { "@types/node": "20.14.2", "typescript": "5.4.5", "@leanup/stack-webpack": "1.3.54" }, "peerDependencies": { "angular": "^1" }, "scripts": {} }