-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "mn-rc-router",
"version": "1.0.6",
"description": "轻量级react-router",
"main": "dist/mn-rc-router.js",
"directories": {
"doc": "docs"
},
"types": "./dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"dev": "webpack server --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImDaret/mn-rc-router.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ImDaret/mn-rc-router/issues"
},
"homepage": "https://github.com/ImDaret/mn-rc-router#readme",
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"history": "^5.3.0",
"path-to-regexp": "^6.2.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}