jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
91 lines (90 loc) • 5.67 kB
JSON
{
"_args": [
[
{
"raw": "angular-orderdetails@https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"scope": null,
"escapedName": "angular-orderdetails",
"name": "angular-orderdetails",
"rawSpec": "https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"spec": "https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"type": "remote"
},
"C:\\Users\\pc6\\AppData\\Roaming\\npm\\node_modules\\angular-orderdetails"
]
],
"_from": "https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"_id": "angular-orderdetails@0.1.0",
"_inCache": true,
"_location": "/angular-orderdetails/angular-orderdetails",
"_phantomChildren": {},
"_requested": {
"raw": "angular-orderdetails@https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"scope": null,
"escapedName": "angular-orderdetails",
"name": "angular-orderdetails",
"rawSpec": "https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"spec": "https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"type": "remote"
},
"_requiredBy": [],
"_resolved": "https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"_shasum": "8705b392460ba2a5d03ada4e5aaa31cefc3b1d21",
"_shrinkwrap": null,
"_spec": "angular-orderdetails@https://github.com/jqwidgets/angular-orderdetails/tarball/master",
"_where": "C:\\Users\\pc6\\AppData\\Roaming\\npm\\node_modules\\angular-orderdetails",
"author": {
"name": "www.jqwidgets.com"
},
"dependencies": {
"@angular/animations": "^5.1.0",
"@angular/common": "^5.1.0",
"@angular/compiler": "^5.1.0",
"@angular/core": "^5.1.0",
"@angular/forms": "^5.1.0",
"@angular/http": "^5.1.0",
"@angular/platform-browser": "^5.1.0",
"@angular/platform-browser-dynamic": "^5.1.0",
"@angular/router": "^5.1.0",
"bootstrap": "^3.3.7",
"core-js": "^2.5.3",
"jquery": "^3.3.1",
"jqwidgets-framework": "5.5.0",
"jsondata": "^1.1.1",
"rxjs": "^5.5.5",
"zone.js": "^0.8.18"
},
"description": "jQWidgets Angular Template Project",
"devDependencies": {
"@angular/cli": "1.6.0",
"@angular/compiler-cli": "^5.1.0",
"@angular/language-service": "^5.1.0",
"@types/jasmine": "~2.8.2",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.0.58",
"codelyzer": "~4.0.2",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.2.1",
"ts-node": "~4.0.1",
"tslint": "~5.8.0",
"typescript": "~2.6.2"
},
"license": "http://www.jqwidgets.com/license/",
"name": "angular-orderdetails",
"optionalDependencies": {},
"private": true,
"readme": "# angular-orderdetails\nPlease refer to its documentation:\n - [Getting Started](https://github.com/jqwidgets/angular-orderdetails/blob/master/README.md#getting-started) \n - [jQWidgets Angular Documentation](http://www.jqwidgets.com/angular-components-documentation/)\n\nThis project is based on [Angular CLI](https://cli.angular.io/).\n\n## Quick Overview\n```sh\nnpm i -g angular-orderdetails \n\nangular-orderdetails my-app\ncd my-app\nnpm start\n```\n\nThen open [http://localhost:4200/](http://localhost:4200/) to see your app.<br>\nWhen you’re ready to deploy to production, create a minified bundle with `npm run build`.\n\n## Getting Started\n\n### Installation\n\nInstall it once globally:\n\n```sh\nnpm install -g angular-orderdetails\n```\n\n**Make sure you have the latest version of [Node](https://nodejs.org/en/) on your machine**.\n\n### Creating an App\n\n```sh\nangular-orderdetails my-app\ncd my-app\n```\n\nIt will create a directory called `my-app` inside the current folder.<br>\nInside that directory, it will generate the initial project structure and install the transitive dependencies:\n\n```\nmy-app\n├── e2e\n├── node_modules\n├── src\n├── .angular-cli.json\n├── karma.conf.js\n├── package.json\n├── protractor.conf.js\n├── README.md\n├── tsconfig.json\n├── tslint.json\n```\n\nSubfolders are not shown in order to keep it short.<br>\nOnce the installation is done, you can run some commands inside the project folder:\n\n### `npm start`\nBuilds the app in development mode and starts a web server. <br />\nOpen [http://localhost:4200](http://localhost:4200) to view it in the browser. <br />\nThe page will reload if you make edits.\n\n### `npm run build`\nBuilds the app in production mode and stores it in the `dist/` directory.\n\n### Adding other jQWidgets\n\nThis project will show you the `Angular jQWidgets Grid`. But of course you will want to use some other widgets too. <br />\nFor that you need to add their core files first. This is done in the `.angular-cli.json` file. <br />\nInside you will find a `scripts` property in which you must add the needed `jqx` core files. \n\n## Why Use This?\n\n**If you’re getting started** with `jQWidgets` and `Angular`, using `angular-orderdetails` is the easiest way to do this. <br />\nJust install, run and you will see an Angular jQWidgets Grid on your page. <br />\nThen you can customize the project as much as you want, making something great.\n",
"readmeFilename": "README.md",
"scripts": {
"build": "ng build --base-href ./ --prod",
"start": "ng serve --proxy-config proxy.config.json"
},
"version": "0.1.0"
}