-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
209 lines (209 loc) · 8.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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "ngeo",
"version": "2.10.0",
"description": "AngularJS OpenLayers Library",
"scripts": {
"build-dll": "webpack --config=buildtools/webpack.config.dll.js --mode=production",
"build-ngeo-examples": "TARGET=ngeo-examples webpack --mode=development --progress",
"build-gmf-examples": "TARGET=gmf-examples webpack --mode=development --progress",
"build-gmf-apps": "TARGET=gmf-apps webpack --mode=development --progress",
"build-api": "webpack --config buildtools/webpack.api.js --mode=production --progress",
"serve-ngeo-examples": "DEV_SERVER=1 TARGET=ngeo-examples webpack serve --open --server-type=https --server-options-cert=private.crt --server-options-key=private.key --port=3000 --mode=development --progress --watch",
"serve-gmf-examples": "DEV_SERVER=1 TARGET=gmf-examples webpack serve --open --server-type=https --server-options-cert=private.crt --server-options-key=private.key --port=3000 --mode=development --progress --watch",
"serve-gmf-apps": "DEV_SERVER=1 TARGET=gmf-apps webpack serve --open --server-type=https --server-options-cert=private.crt --server-options-key=private.key --port=3000 --mode=development --progress",
"serve-api": "webpack serve --content-base=api/dist/apihelp/ --config=buildtools/webpack.api.js --server-type=https --server-options-cert=private.crt --server-options-key=private.key --port=3000 --mode=development --progress --watch",
"build-gmf-apps-profile": "TARGET=gmf-apps webpack --profile --json > profile.json",
"dist": "rm dist/*; TARGET=dist webpack --mode=production --progress",
"dist-spinner": "svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg",
"distlib": "tsc --pretty",
"distlib-images": "copyfiles --verbose src/**/*.svg src/*.svg src/**/*.png src/*.png distlib",
"distlib-css": "copyfiles --verbose src/**/*.css src/*.css src/**/*.scss src/*.scss distlib",
"distlib-css-bundle": "cp dist/desktop-*.css distlib/src/controllers/desktop.css && cp dist/mobile-*.css distlib/src/controllers/mobile.css && cp dist/iframe_api-*.css distlib/src/controllers/iframe_api.css",
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-images && npm run distlib-css && npm run distlib-css-bundle",
"typecheck": "tsc --project tsconfig-all.json --noEmit",
"doc": "typedoc",
"build-storybook": "TARGET=ngeo-examples storybook build --output-dir=.build/storybook",
"storybook": "TARGET=ngeo-examples storybook dev --port=6006",
"storybook-ci": "TARGET=ngeo-examples storybook dev --port=6006 --ci",
"cypress-cli": "cypress run --headless",
"cypress-ui": "cypress open --e2e",
"test-cli": "start-server-and-test storybook-ci http://localhost:6006 cypress-cli",
"test": "start-server-and-test storybook-ci http://localhost:6006 cypress-ui",
"chromatic": "chromatic --exit-zero-on-changes",
"cs-tots": "jscodeshift --transform=buildtools/codeshift-js2ts.js --extensions=ts --parser=ts",
"cs-rmjs": "jscodeshift --transform=buildtools/codeshift-removejs.js --extensions=ts --parser=ts",
"i18next-parse": "i18next --config buildtools/i18next-parser.config.js",
"bootstrap-custom": "sass src/bootstrap-custom.scss src/bootstrap-custom.css"
},
"sideEffects": true,
"repository": {
"type": "git",
"url": "git://github.com/camptocamp/ngeo.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/camptocamp/ngeo/issues"
},
"bin": {
"compile-catalog": "buildtools/compile-catalog.js",
"check-example": "buildtools/check-example.js",
"svg-viewbox": "buildtools/svg-viewbox-cmd.js"
},
"browser": {
"ngeo/test": "./test/spec",
"gmf/test": "./contribs/gmf/test/spec",
"ngeo": "./src",
"gmf": "./src",
"api": "./api/src",
"lib": "./lib",
"jquery-ui/datepicker": "jquery-ui/ui/widgets/datepicker"
},
"dependencies": {
"@sentry/browser": "8.36.0",
"@trevoreyre/autocomplete-js": "3.0.3",
"@fortawesome/fontawesome-free": "6.6.0",
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-dynamic-locale": "0.1.38",
"angular-float-thead": "0.1.2",
"angular-gettext": "2.4.2",
"angular-gettext-tools": "2.5.3",
"angular-sanitize": "1.8.3",
"angular-touch": "1.8.3",
"angular-ui-date": "1.1.1",
"angular-ui-slider": "0.4.0",
"bootstrap": "4.6.2",
"corejs-typeahead": "1.3.4",
"file-saver": "2.0.5",
"floatthead": "2.2.5",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"i18next-http-backend": "2.6.2",
"i18next-parser": "9.0.2",
"jquery": "3.7.1",
"jquery-datetimepicker": "2.5.21",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.14.1",
"jquery-ui-touch-punch": "0.2.3",
"lit": "3.2.1",
"lit-element": "4.1.1",
"lit-html": "3.2.1",
"loc-i18next": "0.1.6",
"moment": "2.30.1",
"ol-layerswitcher": "4.1.2",
"ol-mapbox-style": "12.3.5",
"proj4": "2.14.0",
"qruri": "0.0.4",
"rxjs": "7.8.1",
"tinycolor2": "1.6.0"
},
"_peerDependenciesComment_": "Dependencies with open range version, to grant liberties on final usage.",
"peerDependencies": {
"d3": ">=7.0.0",
"ol": ">=10.0.0"
},
"_optionalDependenciesComment_": "Dep. for optional plugins",
"optionalDependencies": {
"jsts": "2.11.3",
"mapillary-js": "4.1.2"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.2",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.14.0",
"@sentry/types": "8.36.0",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/addons": "7.6.17",
"@storybook/blocks": "8.4.1",
"@storybook/preset-scss": "1.0.3",
"@storybook/test": "8.4.1",
"@storybook/web-components": "8.4.1",
"@storybook/web-components-webpack5": "8.4.1",
"@types/angular": "1.8.9",
"@types/angular-animate": "1.5.14",
"@types/angular-dynamic-locale": "0.1.39",
"@types/angular-gettext": "2.1.38",
"@types/angular-mocks": "1.7.4",
"@types/bootstrap": "5.2.10",
"@types/d3": "7.4.3",
"@types/d3-selection": "3.0.11",
"@types/d3-transition": "3.0.9",
"@types/file-saver": "2.0.7",
"@types/geojson": "7946.0.14",
"@types/google.maps": "3.58.1",
"@types/jasmine": "5.1.4",
"@types/jquery": "3.5.32",
"@types/jquery.ui.datetimepicker": "0.3.35",
"@types/jqueryui": "1.12.23",
"@types/jsts": "0.17.24",
"@types/node": "22.8.6",
"@types/offscreencanvas": "2019.7.3",
"@types/proj4": "2.5.5",
"@types/sinon": "17.0.3",
"@types/tinycolor2": "1.4.6",
"@types/typeahead": "0.11.32",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"angular-mocks": "1.8.3",
"chromatic": "11.16.3",
"commander": "12.1.0",
"copy-webpack-plugin": "12.0.2",
"copyfiles": "2.4.1",
"css-loader": "7.1.2",
"cy-mobile-commands": "0.3.0",
"cypress": "13.15.1",
"cypress-browser-permissions": "1.1.0",
"cypress-real-events": "1.13.0",
"doctrine": "3.0.0",
"ejs-loader": "0.5.0",
"eslint": "9.14.0",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-lit": "1.15.0",
"eslint-plugin-storybook": "0.10.2",
"eslint-plugin-wc": "2.2.0",
"event-hooks-webpack-plugin": "2.3.0",
"expose-loader": "5.0.0",
"extract-loader": "5.1.0",
"file-loader": "6.2.0",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"globals": "15.12.0",
"html-webpack-plugin": "5.6.3",
"jasmine-core": "5.4.0",
"jscodeshift": "17.1.1",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.4.0",
"karma-webpack": "5.0.1",
"loader-utils": "3.3.1",
"magic-comments-loader": "2.1.3",
"mini-css-extract-plugin": "2.9.2",
"minify-html-literals-loader": "1.1.1",
"neat-csv": "6.0.1",
"parse-absolute-css-unit": "1.0.2",
"puppeteer": "23.7.0",
"sass": "1.80.6",
"sass-loader": "16.0.3",
"simple-html-tokenizer": "0.5.11",
"sinon": "19.0.2",
"start-server-and-test": "2.0.8",
"storybook": "8.4.1",
"strip-bom": "5.0.0",
"svgo": "3.3.2",
"svgo-loader": "4.0.0",
"terser": "5.36.0",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-merge": "6.0.1"
}
}