-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
156 lines (156 loc) · 4.21 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
{
"name": "aurelia-bodylight-plugin",
"description": "Bodylight plugin for Aurelia framework",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/creative-connections/aurelia-bodylight-plugin.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.10.5",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-cli": "^2.0.0",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^2.0.0",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"canvas": "^2.6.1",
"connect": "^3.7.0",
"connect-history-api-fallback": "^1.6.0",
"connect-injector": "^0.4.4",
"createjs-module": "^0.8.3",
"debounce": "^1.2.0",
"del": "^5.1.0",
"eslint": "^7.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"jest": "^26.4.0",
"jest-cli": "^26.4.0",
"jest-transform-stub": "^2.0.0",
"minimatch": "^3.0.4",
"open": "^7.1.0",
"promise-polyfill": "^8.1.3",
"regenerator-runtime": "^0.13.7",
"requirejs": "^2.3.6",
"serve-static": "^1.14.1",
"server-destroy": "^1.0.1",
"socket.io": "^2.3.0",
"text": "github:requirejs/text"
},
"browserslist": [
"defaults"
],
"scripts": {
"build": "au build-plugin --env prod",
"start": "au run",
"watch": "au build-plugin --watch",
"prepare": "npm run build",
"pretest": "au lint",
"preversion": "au test",
"test": "au test"
},
"engines": {
"node": ">=10.12.0"
},
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"private": false,
"files": [
"dist",
"src"
],
"jest": {
"moduleNameMapper": {
"^aurelia-binding$": "<rootDir>/node_modules/aurelia-binding"
},
"modulePaths": [
"<rootDir>/src",
"<rootDir>/node_modules"
],
"moduleFileExtensions": [
"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",
"^.+\\.js$": "babel-jest"
},
"testRegex": "\\.spec\\.js$",
"setupFiles": [
"<rootDir>/test/jest-pretest.js"
],
"testEnvironment": "node",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.js",
"!**/*.spec.js",
"!**/node_modules/**",
"!**/test/**"
],
"coverageDirectory": "<rootDir>/test/coverage-jest",
"coverageReporters": [
"json",
"lcov",
"text",
"html"
]
},
"dependenciesbackup": {
"aurelia-web-components": "^1.0.0-beta.3"
},
"dependencies": {
"@createjs/easeljs": "^2.0.0-beta.4",
"@iktakahiro/markdown-it-katex": "^4.0.0",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-dynamic-html": "^0.3.1",
"aurelia-event-aggregator": "^1.0.3",
"aurelia-fetch-client": "^1.8.2",
"aurelia-i18n": "^3.1.1",
"aurelia-loader": "^1.0.2",
"aurelia-templating": "^1.10.4",
"aurelia-web-components": "git+https://github.com/TomasKulhanek/web-components.git",
"chart.js": "^2.9.3",
"createjs": "^1.0.1",
"dygraphs": "^2.1.0",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"gifffer": "^1.5.4",
"highlight.js": "^10.1.2",
"katex": "^0.12.0",
"libgif": "0.0.3",
"markdown-it": "^11.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-for-inline": "^0.1.1"
},
"bugs": {
"url": "https://github.com/creative-connections/aurelia-bodylight-plugin/issues"
},
"homepage": "https://github.com/creative-connections/aurelia-bodylight-plugin#readme",
"directories": {
"doc": "docs",
"test": "test"
},
"keywords": [
"aurelia",
"bodylight",
"fmu",
"webcomponents"
],
"author": "Tomas Kulhanek"
}