|
@@ -0,0 +1,27 @@
|
|
|
+{
|
|
|
+ "name": "@jupyterlab/ui-components",
|
|
|
+ "version": "2.0.0-beta.3",
|
|
|
+ "private": true,
|
|
|
+ "scripts": {
|
|
|
+ "build": "tsc -b",
|
|
|
+ "clean": "rimraf build && rimraf coverage",
|
|
|
+ "coverage": "python run.py --coverage",
|
|
|
+ "test": "python run.py",
|
|
|
+ "watch": "python run.py --debug",
|
|
|
+ "watch:all": "python run.py --debug --watchAll",
|
|
|
+ "watch:src": "tsc -b --watch"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@jupyterlab/ui-components": "^2.0.0-beta.3",
|
|
|
+ "chai": "^4.2.0",
|
|
|
+ "jest": "^24.9.0",
|
|
|
+ "jest-junit": "^10.0.0",
|
|
|
+ "ts-jest": "^24.2.0"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@types/chai": "^4.2.7",
|
|
|
+ "@types/jest": "^24.0.23",
|
|
|
+ "rimraf": "~3.0.0",
|
|
|
+ "typescript": "~3.7.3"
|
|
|
+ }
|
|
|
+}
|