generated from guanruihua/npm-util-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.51 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "react-markdown-parse",
"version": "0.0.1-beta.0",
"description": "npm 方法 工具包 模板",
"author": "ruihuag",
"module": "lib/index.esm.js",
"main": "lib/index.js",
"unpkg": "/lib/",
"deliver": "/lib/",
"typings": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"commitlint": "commitlint -e",
"test": "ts-node-dev --respawn --transpile-only ./test/index.ts",
"prepare": "husky install",
"start": "cross-env NODE_ENV=development node config/webpack.dev.js",
"build": "rimraf dist && cross-env webpack --config config/webpack.npm.js",
"pub": "npm publish"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "[email protected]:guanruihua/npm-util-template.git"
},
"files": [
"package.json",
"README.md",
"LICENSE"
],
"bugs": "https://github.com/guanruihua/npm-util-template/issues",
"homepage": "",
"keywords": [],
"devDependencies": {
"0file-system": "^0.0.6",
"0hook": "^0.0.4",
"@babel/core": "^7.19.3",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@formatjs/ts-transformer": "^3.12.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"abandonjs": "^2.5.5",
"babel-loader": "^8.2.5",
"browser-helper-js": "^0.0.2",
"check-it-type": "^0.4.2",
"clean-webpack-plugin": "^4.0.0",
"commitlint": "^17.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"esbuild-loader": "^2.20.0",
"eslint": "^8.25.0",
"eslint-webpack-plugin": "^3.2.0",
"fakingjs": "^0.1.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"unit-testing-react": "^0.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}