-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "@kano/kit-app-shell-core",
"version": "0.0.3-alpha.90",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha",
"test-ci": "JUNIT_REPORT_PATH=./test-results.xml yarn run --silent test --reporter mocha-jenkins-reporter",
"coverage": "nyc --reporter=html mocha"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/chai-fs": "^2.0.1",
"@types/escape-regexp": "^0.0.0",
"@types/glob": "^7.1.1",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.5",
"@types/mock-fs": "^3.6.30",
"@types/mock-require": "^2.0.0",
"@types/node": "^12.7.2",
"@types/parse5": "^5.0.0",
"@types/request": "^2.48.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0",
"mocha": "^5.2.0",
"mocha-jenkins-reporter": "^0.4.1",
"mock-fs": "^4.7.0",
"mock-require": "^3.0.2",
"nyc": "^13.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.12.1"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"acorn": "^6.0.4",
"acorn-walk": "^6.1.1",
"deepmerge": "^3.2.0",
"escape-regexp": "^0.0.1",
"get-folder-size": "^2.0.0",
"glob": "^7.1.3",
"html-minifier": "^3.5.21",
"html-postcss": "^0.1.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"parse5": "^5.1.0",
"pretty-bytes": "^5.1.0",
"requirejs": "^2.3.6",
"rimraf": "^2.6.3",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-inject": "^2.2.0",
"rollup-plugin-minify-html-literals": "^1.2.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-polyfill": "^2.0.1",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-uglify-es": "^0.0.1",
"rollup-plugin-virtual": "^1.0.1",
"rollup-pluginutils": "^2.3.3",
"stream-replace": "^1.0.0",
"walk-parse5": "^1.0.0",
"wd": "^1.11.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "285f3d6c085905a2351aee3a93f650883ca6dfcf"
}