forked from mcamac/react-text-annotate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 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
48
49
50
51
52
53
54
55
56
57
{
"name": "@mazyod/react-text-annotate",
"version": "0.5.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"homepage": "https://github.com/careless10/react-text-annotate",
"dependencies": {
"lodash.sortby": "^4.7.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/react": "^10.0.2",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-polyfill": "^6.26.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"html-webpack-plugin": "^5.3.1",
"prettier": "^1.19.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hot-loader": "^4.0.1",
"ts-loader": "^9.2.1",
"typescript": "^4.0.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"dev": "cd example && webpack serve --hot --history-api-fallback --mode development",
"build": "rm -rf lib && tsc -p ./ --declaration --outDir lib/",
"prepublish": "npm run build"
},
"description": "[](https://www.npmjs.com/package/react-text-annotate)",
"directories": {
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazyod/react-text-annotate.git"
},
"keywords": [
"annotate",
"text-annotate",
"react"
],
"author": "Mazyad Alabduljaleel",
"license": "ISC",
"bugs": {
"url": "https://github.com/mazyod/react-text-annotate/issues"
}
}