forked from yutiansut/jupyterlab_materialdarker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json~
60 lines (60 loc) · 1.46 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
{
"name": "MaterialDarker",
"version": "0.1.0",
"description": "The Material Darker theme for JupyterLab",
"homepage": "https://github.com/oriolmirosa/materialdarker",
"bugs": {
"url": "https://github.com/oriolmirosa/materialdarker/issues"
},
"license": "BSD-3-Clause",
"author": "Oriol Mirosa",
"files": [
"lib/*.d.ts",
"lib/*.js.map",
"lib/*.js",
"static/index.css",
"static/*.ttf"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/oriolmirosa/materialdarker.git"
},
"scripts": {
"build": "run-p build:**",
"build:typescript": "tsc",
"build:webpack": "webpack",
"clean": "rimraf lib",
"prepublishOnly": "npm run build",
"watch": "run-p watch:**",
"watch:typescript": "tsc -w",
"watch:webpack": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^0.15.4",
"@jupyterlab/apputils": "^0.15.5",
"font-awesome": "~4.7.0",
"npm": "^5.7.1",
"style-loader": "^0.20.3"
},
"devDependencies": {
"css-loader": "~0.28.7",
"extract-text-webpack-plugin": "~2.1.2",
"npm-run-all": "~4.1.1",
"rimraf": "~2.6.2",
"svg-url-loader": "~2.3.1",
"svgo": "~1.0.4",
"svgo-loader": "~2.1.0",
"typescript": "~2.6.2",
"url-loader": "~0.5.9",
"webpack": "~2.7.0"
},
"jupyterlab": {
"extension": true,
"themeDir": "static"
}
}