forked from easy-math/Math
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.15 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.15 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
{
"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": {
"docker": "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=\"\"'",
"new": "node scripts/new",
"web:build": "sh scripts/web.sh build",
"web:dev": "sh scripts/web.sh dev"
},
"devDependencies": {
"gitlog": "^4.0.3",
"inquirer": "^7.3.3",
"vuepress": "^1.7.1",
"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"
}
}