|
1 | 1 | { |
2 | 2 | "name": "@coderline/alphatab", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.1.0", |
4 | 4 | "description": "alphaTab is a music notation and guitar tablature rendering library", |
5 | 5 | "keywords": [ |
6 | 6 | "guitar", |
|
30 | 30 | "lint": "tslint --project tsconfig.build.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", |
31 | 31 | "build": "ttsc --project tsconfig.build.json && rollup -c rollup.config.js", |
32 | 32 | "build-ci": "npm run clean && npm run build && npm pack", |
33 | | - "start": "node scripts/setup-playground.js && npm run build && concurrently --kill-others \"ttsc --project tsconfig.build.json --watch\" \"rollup -c rollup.config.js -w\" \"http-server -o playground/control.html \"", |
| 33 | + "start": "node scripts/setup-playground.js && npm run build && concurrently --kill-others \"ttsc --project tsconfig.build.json --watch\" \"rollup -c rollup.config.js -w\"", |
34 | 34 | "test": "ttsc --project tsconfig.json && concurrently --kill-others \"ttsc --project tsconfig.json -w\" \"karma start karma.conf.js --browsers Chrome --no-single-run --reporters spec,kjhtml\"", |
35 | 35 | "test-ci": "ttsc --project tsconfig.json && karma start karma.conf.js --browsers ChromeHeadless --single-run --reporters spec", |
36 | 36 | "generate-csharp": "ts-node --project tsconfig.build-csharp.json src.compiler/csharp/CSharpTranspiler.ts --project tsconfig.build-csharp.json", |
|
40 | 40 | "test-csharp-ci": "cd src.csharp && dotnet test" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@rollup/plugin-commonjs": "^14.0.0", |
44 | | - "@types/jasmine": "^3.5.11", |
45 | | - "concurrently": "^5.2.0", |
| 43 | + "@rollup/plugin-commonjs": "^16.0.0", |
| 44 | + "@types/jasmine": "^3.6.1", |
| 45 | + "concurrently": "^5.3.0", |
46 | 46 | "cors": "^2.8.5", |
47 | 47 | "fs-extra": "^9.0.1", |
48 | 48 | "git-branch": "^2.0.1", |
49 | | - "http-server": "^0.12.3", |
50 | | - "karma": "^5.1.0", |
| 49 | + "karma": "^5.2.3", |
51 | 50 | "karma-chrome-launcher": "^3.1.0", |
52 | 51 | "karma-express-http-server": "0.0.1", |
53 | | - "karma-jasmine": "^3.3.1", |
| 52 | + "karma-jasmine": "^4.0.1", |
54 | 53 | "karma-jasmine-html-reporter": "^1.5.4", |
55 | 54 | "karma-rollup-preprocessor": "^7.0.5", |
56 | 55 | "karma-spec-reporter": "0.0.32", |
57 | | - "lodash": "^4.17.19", |
| 56 | + "lodash": "^4.17.20", |
58 | 57 | "multer": "^1.4.2", |
59 | 58 | "rimraf": "^3.0.2", |
60 | | - "rollup": "^2.21.0", |
| 59 | + "rollup": "^2.33.1", |
61 | 60 | "rollup-plugin-copy": "^3.3.0", |
62 | | - "rollup-plugin-dts": "^1.4.8", |
63 | | - "rollup-plugin-license": "^2.1.0", |
64 | | - "rollup-plugin-terser": "^6.1.0", |
65 | | - "terser": "^4.8.0", |
66 | | - "ts-node": "^8.10.2", |
67 | | - "tslint": "^6.1.2", |
| 61 | + "rollup-plugin-dts": "^1.4.13", |
| 62 | + "rollup-plugin-license": "^2.2.0", |
| 63 | + "rollup-plugin-serve": "^1.1.0", |
| 64 | + "rollup-plugin-terser": "^7.0.2", |
| 65 | + "terser": "^5.3.8", |
| 66 | + "ts-node": "^9.0.0", |
| 67 | + "tslint": "^6.1.3", |
68 | 68 | "tslint-config-prettier": "^1.15.0", |
69 | 69 | "tslint-config-standard": "^9.0.0", |
70 | | - "ttypescript": "^1.5.10", |
71 | | - "typescript": "^3.9.6" |
| 70 | + "ttypescript": "^1.5.12", |
| 71 | + "typescript": "^4.0.5" |
72 | 72 | }, |
73 | 73 | "files": [ |
74 | 74 | "/dist/alphaTab.js", |
|
0 commit comments