-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 982 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
29
30
31
32
33
{
"name": "react-source-doc",
"version": "1.0.0",
"description": "用typescript重写react源码,并附上阅读过程中的一些理解。",
"main": "index.js",
"scripts": {
"test": "jest",
"mmdc:scheduler": "./script/mmdc.sh packages/scheduler/mmd",
"mmdc:reconciler": "./script/mmdc.sh packages/react-reconciler/mmd",
"start": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djwxfdt/react-source-doc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/djwxfdt/react-source-doc/issues"
},
"homepage": "https://github.com/djwxfdt/react-source-doc#readme",
"devDependencies": {
"@mermaid-js/mermaid-cli": "^8.11.4",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5",
"vite": "^2.7.10"
}
}