-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 3.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "ionic-typeorm",
"description": "[![pipeline status](https://gitlab.rareloop.com/ionic-libraries/ionic-libs-src/badges/master/pipeline.svg)](https://gitlab.rareloop.com/ionic-libraries/ionic-libs-src/-/commits/master)",
"license": "ISC",
"author": "",
"homepage": "https://github.com/Rareloop/ionic-typeorm#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Rareloop/ionic-typeorm.git"
},
"bugs": {
"url": "https://github.com/Rareloop/ionic-typeorm/issues"
},
"version": "1.0.0",
"main": ".prettierrc.js",
"scripts": {
"build": "ng build --prod",
"fix": "npm run fix:lint && npm run fix:style",
"fix:lint": "ng lint --fix",
"fix:style": "npm run packagejson:fix && npm run prettier:fix",
"lint": "npm run lint:ts && npm rum lint:style",
"lint:style": "npm run prettier:check && npm run packagejson:check",
"lint:ts": "NODE_OPTIONS=--max_old_space_size=4096 ng lint",
"ng": "ng",
"packagejson:check": "npx prettier-package-json --list-different package.json",
"packagejson:fix": "npx prettier-package-json --write package.json",
"prepublish": "npm run build",
"publish": "(cd dist/ionic-typeorm && npm publish)",
"start": "ng serve",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --source-map=true --code-coverage --browsers=ChromeHeadlessCI",
"prettier:check": "npx prettier --config=.prettierrc.js --ignore-unknown --check *.json *.js ./projects/**/src",
"prettier:fix": "npx prettier --config=.prettierrc.js --ignore-unknown --write *.json *.js ./projects/**/src"
},
"dependencies": {
"@angular/common": "~11.0.4",
"@angular/compiler": "~11.0.4",
"@angular/core": "~11.0.4",
"@angular/forms": "~11.0.4",
"@angular/router": "~11.0.4",
"@ionic/angular": "^5.0.0",
"tslib": "^2.0.0",
"typeorm": "^0.2.31",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1101.4",
"@angular-eslint/builder": "1.2.0",
"@angular-eslint/eslint-plugin": "1.2.0",
"@angular-eslint/eslint-plugin-template": "1.2.0",
"@angular-eslint/schematics": "^1.2.0",
"@angular-eslint/template-parser": "1.2.0",
"@angular/cli": "~11.0.4",
"@angular/compiler-cli": "~11.0.4",
"@angular/platform-browser": "^11.2.7",
"@angular/platform-browser-dynamic": "^11.2.7",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"codelyzer": "^6.0.0",
"eslint": "^7.19.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "31.6.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unused-imports": "^1.1.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^11.0.0",
"ngx-build-plus": "^11.0.0",
"prettier": "^2.2.1",
"prettier-package-json": "^2.1.3",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.0.2"
},
"keywords": []
}