-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@cdztt/message-react",
"version": "1.1.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "webpack watch --env development",
"build": "webpack --env production",
"npm:pub": "npm publish --access public"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@cdztt/gulp-trimcomments": "^1.0.8",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gulp": "^4.0.2",
"prettier": "^3.0.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdztt/message-react.git"
},
"bugs": {
"url": "https://github.com/cdztt/message-react/issues"
},
"homepage": "https://github.com/cdztt/message-react#readme",
"description": ""
}