-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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
{
"name": "@datalayer/jupyter-docusaurus-plugin",
"version": "0.1.2",
"description": "Docusaurus Plugin for Jupyter",
"main": "lib/index.js",
"license": "MIT",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"clean": "rimraf node_modules lib dist build tsconfig.tsbuildinfo",
"watch": "node copyUntypedFiles.js && tsc --watch",
"jupyter:ui:docusaurus": "tsc --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/datalayer/jupyter-ui.git",
"directory": "packages/docusaurus-plugin"
},
"dependencies": {
"@datalayer/icons-react": "^1.0.0",
"@datalayer/jupyter-react": "^2.0.3",
"@datalayer/primer-addons": "^1.0.4",
"@docusaurus/core": "^3.5.2",
"@docusaurus/types": "^3.5.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@types/react": "18.3.20",
"assert": "^2.0.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.9.1",
"file-loader": "^6.2.0",
"fs-extra": "^9.1.0",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"rimraf": "^6.0.1",
"stream-browserify": "^2.0.2",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"ts-loader": "^8.0.3",
"tslib": "^2.1.0",
"typescript": "^5.8.3",
"url-loader": "^3.0.0",
"webpack": "^5.74.0"
},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
}
}