-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 6.35 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "theseam-ui-common",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ui-common": "ng build ui-common --configuration=\"production\"",
"build-w:ui-common": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build ui-common --watch",
"schematics:build": "./node_modules/.bin/tsc -p ./projects/ui-common/tsconfig.schematics.json && npm run schematics:postbuild",
"schematics:copy:schemas": "cp --parents ./projects/ui-common/schematics/*/schema.json ./dist/ui-common/",
"schematics:copy:files": "cp --parents -p ./projects/ui-common/schematics/*/files/** ./dist/ui-common/",
"schematics:copy:collection": "cp ./projects/ui-common/schematics/collection.json ./dist/ui-common/schematics/collection.json",
"schematics:postbuild": "npm run schematics:copy:schemas && npm run schematics:copy:files && npm run schematics:copy:collection",
"test": "jest",
"test:generate-output": "jest --json --config=jest.config.js --outputFile=addon-jest.testresults.json --passWithNoTests",
"test:watch": "jest --watch",
"test:ci": "jest -ci --runInBand",
"test-storybook": "test-storybook --url http://localhost:6007",
"lint": "ng run ui-common:lint",
"lint:log-timing": "cross-env TIMING=all eslint -c=./projects/ui-common/.eslintrc.json ./projects/ui-common/**/* --ext .ts .html > eslint-out.log",
"e2e": "ng e2e",
"docs:json": "compodoc -p ./tsconfig.stories.json -e json -d . --disableLifeCycleHooks",
"storybook": "ng run ui-common:storybook",
"storybook-no-prebuild": "start-storybook -p 6006 --ci",
"docs:storybook": "npm run storybook-prebuild && npm run storybook",
"build-storybook": "npm run storybook-prebuild && build-storybook -o docs",
"storybook-prebuild": "npm run docs:json",
"local-registry": "ts-node --project=./scripts/tsconfig.json ./scripts/run-registry.ts --open --publish"
},
"private": true,
"dependencies": {
"@ajsf/core": "^0.8.0",
"@angular/animations": "^15.2.4",
"@angular/cdk": "^15.2.4",
"@angular/common": "^15.2.4",
"@angular/compiler": "^15.2.4",
"@angular/core": "^15.2.4",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^15.2.4",
"@angular/google-maps": "^15.2.4",
"@angular/platform-browser": "^15.2.4",
"@angular/platform-browser-dynamic": "^15.2.4",
"@angular/router": "^15.2.4",
"@apollo/client": "^3.3.20",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@marklb/file-type": "~10.6.5",
"@marklb/ngx-datatable": "18.0.3",
"@marklb/ngx-loading": "^10.0.0",
"@marklb/storybook-harness": "0.0.6",
"@ng-bootstrap/ng-bootstrap": "~9.1.1",
"@ng-select/ng-select": "6.1.0",
"@turf/area": "^6.5.0",
"@turf/boolean-contains": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/kinks": "^6.5.0",
"apollo-angular": "^2.6.0",
"bootstrap": "~4.6.0",
"buffer": "^5.2.1",
"cross-env": "^7.0.3",
"css-element-queries": "~1.2.3",
"file-saver": "~2.0.2",
"graphql": "^15.5.0",
"intl-tel-input": "^17.0.5",
"jexl": "^2.3.0",
"ngx-quill": "^14.0.0",
"ngx-toastr": "~16.1.0",
"overlayscrollbars": "~1.7.3",
"pdfjs-dist": "2.8.335",
"quill": "^1.3.7",
"quill-mention": "^3.1.0",
"rxjs": "~7.5.0",
"shpjs": "^4.0.2",
"ts-dedent": "^1.1.0",
"tslib": "^2.3.0",
"webfontloader": "^1.6.28",
"xlsx": "~0.14.4",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/build-angular": "^15.2.4",
"@angular-devkit/core": "^15.2.4",
"@angular-devkit/schematics-cli": "^15.2.4",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "^15.2.4",
"@angular/compiler-cli": "^15.2.4",
"@angular/language-service": "^15.2.4",
"@babel/core": "^7.11.6",
"@compodoc/compodoc": "^1.1.22",
"@ngneat/spectator": "^14.0.0",
"@storybook/addon-a11y": "7.5.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-jest": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/addon-storysource": "7.5.3",
"@storybook/addons": "7.5.3",
"@storybook/angular": "7.5.3",
"@storybook/builder-webpack5": "7.5.3",
"@storybook/jest": "0.2.3",
"@storybook/source-loader": "7.5.3",
"@storybook/test-runner": "^0.14.0",
"@storybook/testing-angular": "0.0.12",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.5.3",
"@testing-library/angular": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/file-saver": "^2.0.1",
"@types/geojson": "^7946.0.8",
"@types/google.maps": "^3.52.5",
"@types/intl-tel-input": "^17.0.1",
"@types/jest": "^29.5.0",
"@types/node": "^12.11.1",
"@types/overlayscrollbars": "~1.7.0",
"@types/pdfjs-dist": "^2.7.1",
"@types/quill": "^1.3.7",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/shpjs": "^3.4.1",
"@types/webfontloader": "^1.6.29",
"@types/webpack-env": "^1.13.7",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"chalk": "^4.1.0",
"commander": "^7.2.0",
"detect-port": "^1.3.0",
"esbuild": "^0.17.5",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.5.0",
"jest-preset-angular": "^13.0.1",
"js-yaml": "^4.0.0",
"ng-packagr": "^15.2.2",
"node-cleanup": "^2.1.2",
"p-limit": "^3.1.0",
"protractor": "~7.0.0",
"storybook-dark-mode": "^3.0.1",
"ts-jest": "^29.1.0",
"ts-node": "~10.9.1",
"typescript": "~4.9.5"
},
"optionalDependencies": {
"verdaccio": "^4.12.0",
"verdaccio-auth-memory": "^9.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/TheSeamTeam/ui-common"
}
}