-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "math",
"version": "1.0.0",
"private": true,
"description": "适合程序员的高数入门课",
"homepage": "https://github.com/haozi/Math#readme",
"bugs": {
"url": "https://github.com/haozi/Math/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haozi/Math.git"
},
"license": "CC-BY-SA-4.0",
"author": "耗子",
"scripts": {
"build": "run-p build:*",
"build:web": "sh scripts/web.sh build",
"console": "echo 111",
"dev": "run-p dev:*",
"dev:jupyter": "open http://127.0.0.1:8520/lab && docker run -h 'Math' -it --rm -p 8520:8888 -v $PWD/docs:/notebooks -v $PWD/.cache/config:/home/ubuntu/.jupyter -v $PWD/.cache/local:/home/ubuntu/.local haozhi/tensorflow zsh -c '. ~/.zshrc && jupyter lab --ip=0.0.0.0 --NotebookApp.token=\"\"'",
"dev:watch": "npm-watch",
"dev:web": "sh scripts/web.sh dev",
"new": "node scripts/new"
},
"devDependencies": {
"gitlog": "^4.0.4",
"inquirer": "^8.2.0",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.11.0",
"vuepress": "^1.8.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-plugin-gitalk-maker": "^0.1.0",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-nprogress": "^1.1.8",
"vuepress-plugin-sitemap": "^2.3.1"
},
"engines": {
"node": ">= 14"
},
"watch": {
"console": "docs/**/*.ipynb"
}
}