-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·160 lines (160 loc) · 4.93 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
{
"name": "bimaps-app",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"scripts": {
"build": "webpack --env.environment=production --env.production --extractCss",
"build:dev": "webpack --extractCss",
"build:dev:production": "webpack --env.environment=development --env.production --extractCss",
"build:stage": "webpack --env.environment=staging --extractCss",
"build:stage:production": "webpack --env.environment=staging --env.production --extractCss",
"start": "webpack-dev-server --extractCss",
"start:stage": "webpack-dev-server --env.environment=staging --extractCss",
"start:prod": "webpack-dev-server --env.environment=production --extractCss",
"analyze": "webpack --env.production --analyze",
"test": "au test",
"dico": "ts-node --project dico-tool/tsconfig.json dico-tool/parse.ts",
"dico:send": "ts-node --project dico-tool/tsconfig.json dico-tool/send.ts"
},
"dependencies": {
"@aurelia-ux/components": "^0.25.0",
"@aurelia-ux/core": "^0.25.0",
"@aurelia-ux/icons": "^0.25.0",
"@aurelia-ux/lookup": "^0.25.0",
"@aurelia-ux/positioning": "^0.25.0",
"@microsoft/fast-components": "^2.16.1",
"@microsoft/fast-element": "^1.6.2",
"@types/file-saver": "^2.0.1",
"@types/geojson": "^7946.0.8",
"@types/i18next-xhr-backend": "^1.4.2",
"@types/md5": "^2.3.1",
"@types/numeral": "0.0.28",
"@types/three": "0.132.2",
"aurelia-animator-css": "^1.0.4",
"aurelia-bcf": "^1.0.3",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-dialog": "^2.0.0",
"aurelia-i18n": "^2.3.2",
"aurelia-notify": "^0.8.1",
"aurelia-store": "^1.4.0",
"aurelia-validation": "^1.6.0",
"aurelia1-fast-adapter": "^1.1.0",
"bcx-aurelia-reorderable-repeat": "^1.3.0",
"date-fns": "^2.28.0",
"fast-json-stringify": "^2.7.12",
"fastclick": "^1.0.6",
"hast-util-select": "^5.0.1",
"hast-util-to-html": "^8.0.3",
"i18next": "^19.0.3",
"i18next-xhr-backend": "^3.2.2",
"jspdf": "^2.5.0",
"mathjs": "^10.0.0",
"md5": "^2.3.0",
"moment": "^2.24.0",
"node-html-parser": "^1.2.20",
"numeral": "^2.0.6",
"object-resolve-path": "^1.1.1",
"path": "^0.12.7",
"remove-accents": "^0.4.2",
"svg-parser": "^2.0.4",
"three": "0.132.2",
"three-mesh-bvh": "^0.5.0",
"three-text2d": "github:bimaps/three-text2d#dist",
"three.meshline": "^1.3.0",
"typedoc": "^0.20.34",
"web-ifc": "^0.0.29",
"web-ifc-three": "^0.0.83",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.9",
"@types/lodash": "^4.14.117",
"@types/node": "^13.13.17",
"@types/svg-parser": "^2.0.3",
"@types/webpack": "^4.4.15",
"app-settings-loader": "^1.0.2",
"aurelia-cli": "^1.2.3",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.2.0",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^3.4.2",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"expose-loader": "^0.7.5",
"file-loader": "^5.0.2",
"gulp": "^4.0.0",
"gulp-replace": "^1.0.0",
"gulp-tap": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"jest-transform-stub": "^2.0.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"minimatch": "^3.0.4",
"promise-polyfill": "^8.1.0",
"style-loader": "^1.1.3",
"through2": "^3.0.0",
"tree-kill": "^1.2.1",
"ts-jest": "^24.0.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.0",
"url-loader": "^3.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"engines": {
"node": ">=8.9.0"
},
"jest": {
"moduleNameMapper": {
"^aurelia-binding$": "<rootDir>/node_modules/aurelia-binding"
},
"modulePaths": [
"<rootDir>/src",
"<rootDir>/node_modules"
],
"moduleFileExtensions": [
"ts",
"js",
"json"
],
"transform": {
"^.+\\.(css|less|sass|scss|styl|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "jest-transform-stub",
"^.+\\.ts$": "ts-jest"
},
"testRegex": "\\.spec\\.(ts|js)$",
"setupFiles": [
"<rootDir>/test/jest-pretest.ts"
],
"testEnvironment": "node",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{js,ts}",
"!**/*.spec.{js,ts}",
"!**/node_modules/**",
"!**/test/**"
],
"coverageDirectory": "<rootDir>/test/coverage-jest",
"coverageReporters": [
"json",
"lcov",
"text",
"html"
]
}
}