|
| 1 | +{ |
| 2 | + "name": "jupyter-js-widgets-test", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "clean": "rimraf lib && rimraf built", |
| 8 | + "prepublish": "npm run build", |
| 9 | + "build": "npm run clean && tsc --project src && node scripts/copyfiles.js && webpack", |
| 10 | + "host": "http-server", |
| 11 | + "test": "npm run test:default", |
| 12 | + "test:default": "echo \"No test specified\"" |
| 13 | + }, |
| 14 | + "author": "IPython", |
| 15 | + "license": "BSD-3-Clause", |
| 16 | + "dependencies": { |
| 17 | + "@jupyterlab/services": "^0.24.0", |
| 18 | + "@types/codemirror": "0.0.33", |
| 19 | + "codemirror": "^5.9.0", |
| 20 | + "font-awesome": "^4.5.0", |
| 21 | + "http-server": "^0.8.5", |
| 22 | + "jupyter-js-widgets": "file:../..", |
| 23 | + "lodash.startswith": "^4.2.1", |
| 24 | + "browser-request": "^0.3.3" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "css-loader": "^0.23.1", |
| 28 | + "file-loader": "^0.8.5", |
| 29 | + "fs-extra": "^0.30.0", |
| 30 | + "json-loader": "^0.5.4", |
| 31 | + "postcss": "^5.2.5", |
| 32 | + "postcss-cssnext": "^2.8.0", |
| 33 | + "postcss-import": "^8.1.2", |
| 34 | + "postcss-loader": "^1.1.0", |
| 35 | + "rimraf": "^2.5.4", |
| 36 | + "style-loader": "^0.13.0", |
| 37 | + "typescript": "^2.0.3", |
| 38 | + "url-loader": "^0.5.7", |
| 39 | + "webpack": "^1.12.10" |
| 40 | + } |
| 41 | +} |
0 commit comments