UNPKG

argon

Version:

Argon framework provides set of tools to build front-end applications for AEM

65 lines (64 loc) 1.68 kB
{ "name": "argon", "version": "2.0.21", "description": "Argon framework provides set of tools to build front-end applications for AEM", "main": "dist/umd/argon.js", "module": "dist/esm/argon.esm.js", "types": "typings/argon.types.d.ts", "scripts": { "start": "rollup -c --watch --environment SERVE:true", "build": "npm run test && rollup -c", "test": "jest plugin.test.js" }, "author": "Sachin Singh", "license": "MIT", "devDependencies": { "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/preset-env": "^7.7.6", "@types/jest": "^24.0.23", "argon-logger": "^0.1.0", "babel-eslint": "^10.0.3", "core-js": "^3.4.8", "jest": "^24.9.0", "rollup": "^1.27.10", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-livereload": "^1.0.4", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-serve": "^1.0.1", "rollup-plugin-terser": "^5.1.3", "silkrouter": "^3.4.9" }, "keywords": [ "argon", "argon-framework", "argon-ui", "argon-components", "components", "AEM", "CQ", "webpack" ], "files": [ "dist/", "typings/" ], "repository": { "type": "git", "url": "git+https://github.com/scssyworks/argon.git" }, "bugs": { "url": "https://github.com/scssyworks/argon/issues" }, "homepage": "https://github.com/scssyworks/argon#readme", "dependencies": { "abortcontroller-polyfill": "^1.4.0", "whatwg-fetch": "^3.0.0" }, "peerDependencies": { "argon-logger": "^0.1.0", "silkrouter": "^3.4.6" } }