UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@legaut/image-annotation",
3 "version": "1.1.29",
4 "description": "react-image-annotation React component for legaut",
5 "author": "Renan",
6 "main": "lib/index.js",
7 "module": "umd/@legaut/image-annotation.min.js",
8 "files": [
9 "css",
10 "es",
11 "lib",
12 "umd"
13 ],
14 "watch": {
15 "build": "src/*"
16 },
17 "scripts": {
18 "build": "nwb build-react-component",
19 "deploy": "gh-pages -d demo/dist",
20 "clean": "nwb clean-module && nwb clean-demo",
21 "start": "nwb serve-react-demo",
22 "test": "nwb test-react",
23 "test:coverage": "nwb test-react --coverage",
24 "test:watch": "nwb test-react --server",
25 "watch": "npm-watch"
26 },
27 "dependencies": {
28 "react-radio-group": "^3.0.3",
29 "react-select": "^3.0.8",
30 "styled-components": "^3.1.6"
31 },
32 "peerDependencies": {
33 "prop-types": "^15.6.0",
34 "react": ">=16.9.0",
35 "react-dom": ">=0.14"
36 },
37 "devDependencies": {
38 "chai": "^4.1.2",
39 "css-loader": "^3.2.0",
40 "enzyme": "^3.3.0",
41 "enzyme-adapter-react-16": "^1.1.1",
42 "gh-pages": "^1.1.0",
43 "npm-watch": "^0.5.0",
44 "nwb": "^0.23.0",
45 "raw-loader": "^0.5.1",
46 "react": "^16.2.0",
47 "react-dom": "^16.2.0",
48 "react-router": "^4.2.0",
49 "react-router-dom": "^4.2.2",
50 "react-syntax-highlighter": "^7.0.0",
51 "standard": "^10.0.3",
52 "style-loader": "^1.0.0"
53 },
54 "standard": {
55 "env": [
56 "jest",
57 "jasmine"
58 ],
59 "globals": [
60 "fetch",
61 "URL"
62 ],
63 "parser": "babel-eslint"
64 },
65 "homepage": "",
66 "license": "MIT",
67 "repository": {
68 "type": "git",
69 "url": "https://github.com/Secretmapper/react-image-annotation"
70 },
71 "keywords": [
72 "react-component"
73 ]
74}