generated from TeamMaestro/app-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
138 lines (138 loc) · 5.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "app-starter",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run build:ui && build-storybook -o docs",
"build:native": "ng build native && npm run native:sync",
"build:web:prod": "ng build --prod",
"build:native:prod": "ng build native --prod && npm run native:sync",
"native:sync": "npx cap copy && npx cap update",
"deploy": "firebase deploy --only hosting",
"test": "ng test",
"lint": "nx lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"affected": "./node_modules/.bin/nx affected",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"storybook": "concurrently \"npm run start:ui\" \"start-storybook -p 9000 --ci\"",
"build:storybook": "npm run build:ui && build-storybook",
"build:ui": "cd libs/ui && stencil build",
"start:ui": "cd libs/ui && stencil build --watch",
"dsm-storybook:publish": "dsm-storybook publish",
"dsm-storybook:preview": "dsm-storybook preview"
},
"private": true,
"dependencies": {
"@angular-devkit/architect": "^0.802.2",
"@angular-devkit/core": "^8.2.0",
"@angular-devkit/schematics": "^8.2.0",
"@angular/animations": "^8.2.0",
"@angular/cdk": "^8.1.1",
"@angular/common": "^8.2.0",
"@angular/compiler": "^8.2.0",
"@angular/core": "^8.2.0",
"@angular/fire": "^5.2.1",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "^8.2.0",
"@angular/platform-browser": "^8.2.0",
"@angular/platform-browser-dynamic": "^8.2.0",
"@angular/router": "^8.2.0",
"@capacitor/android": "^1.1.1",
"@capacitor/cli": "1.1.1",
"@capacitor/core": "1.1.1",
"@capacitor/ios": "^1.1.1",
"@hive/ui": "file:libs/ui",
"@invisionapp/dsm-storybook": "0.0.97",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.7.1",
"@ionic/core": "^4.7.0",
"@ngrx/effects": "^8.3.0",
"@ngrx/router-store": "^8.3.0",
"@ngrx/store": "^8.3.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"algoliasearch": "^3.33.0",
"angulartics2": "^8.0.0",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"core-js": "^2.5.4",
"firebase": "^6.2.4",
"moment": "^2.24.0",
"raven-js": "^3.27.2",
"rxjs": "~6.5.2",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.802.2",
"@angular/cli": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/language-service": "^8.2.0",
"@babel/core": "^7.5.5",
"@ionic/angular-toolkit": "^2.0.0",
"@ngrx/schematics": "^8.2.0",
"@ngrx/store-devtools": "^8.3.0",
"@nrwl/angular": "^8.2.0",
"@nrwl/cypress": "^8.2.0",
"@nrwl/jest": "^8.2.0",
"@nrwl/workspace": "^8.2.0",
"@stencil/core": "^1.3.3",
"@stencil/sass": "^1.0.1",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-centered": "^5.1.9",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addon-options": "^5.1.9",
"@storybook/addon-viewport": "^5.1.9",
"@storybook/angular": "^5.1.9",
"@types/algoliasearch": "^3.30.17",
"@types/jest": "24.0.9",
"@types/node": "^12.7.1",
"@types/webpack-env": "^1.14.1",
"autoprefixer": "^8.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"codelyzer": "^5.0.0",
"concurrently": "^4.1.2",
"copy-webpack-plugin": "^5.0.3",
"css": "^2.2.4",
"cypress": "^3.4.1",
"dotenv": "6.2.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "24.1.0",
"jest-preset-angular": "^7.1.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"mithril": "^2.0.4",
"preact": "^8.5.2",
"prettier": "1.16.4",
"protractor": "~5.4.0",
"ts-jest": "24.0.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.5",
"write-file-webpack-plugin": "^4.5.0"
}
}