forked from Mazyod/react-text-annotate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.95 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.95 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@menawer/react-text-annotate",
"version": "0.3.1",
"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": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/react": "^10.0.2",
"@types/jest": "^25.2.1",
"@types/node": "^12.0.0",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"babel-polyfill": "^6.26.0",
"docz": "^2.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^25.2.7",
"prettier": "^1.19.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.0.1",
"react-powerplug": "^1.0.0",
"ts-jest": "^25.3.1",
"ts-loader": "^9.2.1",
"typescript": "^3.9.9",
"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",
"predeploy": "docz build",
"deploy": "gh-pages -d .docz/dist",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve"
},
"description": "[](https://www.npmjs.com/package/react-text-annotate)",
"directories": {
"doc": "docs",
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/careless10/react-text-annotate.git"
},
"keywords": [
"annotate",
"text-annotate",
"react"
],
"author": "menawer alazmi",
"license": "ISC",
"bugs": {
"url": "https://github.com/careless10/react-text-annotate/issues"
}
}