-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.5 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
{
"name": "oerelia",
"description": "Onroerend Erfgoed Aurelia component library",
"version": "0.33.1",
"repository": {
"type": "git",
"url": "https://github.com/OnroerendErfgoed/oerelia.git"
},
"license": "MIT",
"dependencies": {
"@types/d3": "^7.4.3",
"@types/pikaday": "^1.7.5",
"@types/proj4": "^2.3.4",
"ag-grid-aurelia": "^21.0.1",
"ag-grid-community": "^23.2.1",
"aurelia-dialog": "^2.0.0",
"aurelia-http-client": "^1.3.1",
"aurelia-validation": "^2.0.0",
"d3": "^7.9.0",
"jsts": "2.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"openlayers": "^4.2.0",
"pikaday": "^1.8.2",
"primer-tooltips": "^2.0.0",
"proj4": "^2.4.3",
"sass": "^1.53.0",
"toastr": "^2.1.4",
"typescript-guid": "^1.0.3"
},
"devDependencies": {
"@types/jasmine": "^2.8.9",
"@types/lodash": "4.14.149",
"@types/node": "^10.11.6",
"@types/openlayers": "^4.6.18",
"@types/toastr": "^2.1.39",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-cli": "1.2.2",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"browser-sync": "^2.26.3",
"connect-history-api-fallback": "^1.6.0",
"debounce": "^1.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.0",
"gulp-watch": "^5.0.1",
"jasmine-core": "^3.2.1",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.4.0",
"minimatch": "^3.0.5",
"promise-polyfill": "^8.1.0",
"requirejs": "^2.3.6",
"sass": "^1.53.0",
"text": "requirejs/text#latest",
"through2": "^3.0.0",
"tslint": "^5.13.0",
"typescript": "5.5.3",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"build": "NODE_OPTIONS=--no-experimental-fetch au build-plugin",
"start": "NODE_OPTIONS=--no-experimental-fetch au run",
"watch": "NODE_OPTIONS=--no-experimental-fetch au build-plugin --watch",
"prepare": "npm run build",
"pretest": "au lint",
"preversion": "au test",
"test": "au test"
},
"engines": {
"node": ">=8.9.0"
},
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"private": false,
"files": [
"dist",
"src"
]
}