-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
117 lines (117 loc) · 3.73 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "ion-tk-social-network",
"version": "2.2.0",
"description": "Ionic social network starter",
"scripts": {
"start": "npx ionic serve --external",
"test": "npx ng test",
"e2e": "npx ng e2e",
"build:dev": "npx ionic build",
"build:prod": "npx ionic build --prod",
"android:add": "npx cap add android",
"android:sync": "npx cap sync android",
"android:update": "npx cap update android",
"android:resources": "cordova-res android --skip-config --copy",
"android:serve": "npx cap run android -l --external",
"android:prod": "npx ionic build --prod",
"ios:add": "npx cap add ios",
"ios:sync": "npx cap sync ios",
"ios:update": "npx cap update ios",
"ios:resources": "cordova-res ios --skip-config --copy",
"ios:serve": "npx cap run ios -l --external",
"ios:prod": "npx ionic build --prod",
"lint": "npx ng lint",
"lint:fix": "npx ng lint --fix",
"prettify": "npx prettier src --write"
},
"keywords": [
"ionic",
"ionic starter",
"ionic template",
"ionic social network",
"social network",
"capacitorjs",
"ngxs"
],
"author": "Naim",
"license": "MIT",
"bugs": {
"url": "https://github.com/thenaim/ion-tk-social-network/issues"
},
"homepage": "https://github.com/thenaim/ion-tk-social-network#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thenaim/ion-tk-social-network.git"
},
"engines": {
"node": ">=12.14"
},
"private": true,
"dependencies": {
"@angular/common": "~12.0.1",
"@angular/core": "~12.0.1",
"@angular/forms": "~12.0.1",
"@angular/platform-browser": "~12.0.1",
"@angular/platform-browser-dynamic": "~12.0.1",
"@angular/router": "~12.0.1",
"@capacitor/android": "^3.0.0",
"@capacitor/app": "^1.0.2",
"@capacitor/core": "^3.0.0",
"@capacitor/splash-screen": "^1.0.0",
"@capacitor/storage": "^1.0.0",
"@ionic/angular": "^5.6.7",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@ngxs/form-plugin": "^3.7.2",
"@ngxs/router-plugin": "^3.7.2",
"@ngxs/storage-plugin": "^3.7.2",
"@ngxs/store": "^3.7.2",
"moment": "^2.29.1",
"ngx-moment": "^5.0.0",
"rxjs": "~7.1.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.1",
"@angular-eslint/builder": "12.0.0",
"@angular-eslint/eslint-plugin": "12.0.0",
"@angular-eslint/eslint-plugin-template": "12.0.0",
"@angular-eslint/schematics": "^12.0.0",
"@angular-eslint/template-parser": "12.0.0",
"@angular/cli": "12.0.1",
"@angular/compiler": "~12.0.1",
"@angular/compiler-cli": "~12.0.1",
"@angular/language-service": "~12.0.1",
"@capacitor/cli": "^3.0.0",
"@ionic/angular-toolkit": "^4.0.0",
"@ngxs/devtools-plugin": "^3.7.2",
"@ngxs/logger-plugin": "^3.7.2",
"@types/jasmine": "~3.7.4",
"@types/jasminewd2": "~2.0.9",
"@types/lodash": "^4.14.170",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"codelyzer": "^6.0.2",
"eslint": "^7.27.0",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-jsdoc": "35.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-unused-imports": "^1.1.1",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"lodash": "^4.17.21",
"prettier": "2.3.0",
"protractor": "~7.0.0",
"ts-node": "~10.0.0",
"tslint": "~6.1.0",
"typescript": "~4.2.4"
}
}