forked from tsejx/javascript-guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 803 Bytes
/
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
{
"name": "javascript-guidebook",
"author": "tsejx",
"version": "1.0.0",
"description": "A guidebook for the convenience of the front-end developers",
"scripts": {
"dev": "yarn run dumi dev --port=8010",
"start": "yarn run dev",
"lint:md": "lint-md *.md",
"lint:fix": "lint-md *.md --fix",
"build": "yarn run dumi build",
"deploy": "bash ./scripts/deploy.sh"
},
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"dumi": "^1.1.18",
"lint-md": "^0.1.1",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.21.0",
"typescript": "^4.2.4"
},
"homepage": "https://github.com/tsejx/javascript-guidebook#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tsejx/javascript-guidebook.git"
},
"license": "MIT"
}