-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
93 lines (93 loc) · 3.01 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
90
91
92
93
{
"name": "react-image-annotate",
"version": "2.0.0",
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"@mui/icons-material": "^5.2.1",
"@mui/material": "^5.2.3",
"@mui/styles": "^5.2.3",
"@semantic-release/git": "^9.0.0",
"autoseg": "^0.0.12",
"clamp": "^1.0.1",
"color-alpha": "^1.0.4",
"get-image-data": "^3.0.1",
"material-survey": "^2.1.0",
"mmgc1-cpp": "^1.0.50",
"moment": "^2.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-full-screen": "^0.3.1",
"react-hotkeys": "^2.0.0",
"react-json-view": "^1.19.1",
"react-markdown": "^4.0.6",
"react-material-workspace-layout": "^1.0.10",
"react-monaco-editor": "^0.25.1",
"react-remove-scroll": "^2.0.4",
"react-select": "^3.0.8",
"react-syntax-highlighter": "^12.2.1",
"react-use": "^13.27.0",
"react-use-measure": "^2.0.0",
"seamless-immutable": "^7.1.4",
"shallow-equal": "^1.2.1",
"storybook": "^5.3.14",
"styled-components": "^5.2.1",
"transformation-matrix-js": "^2.7.6",
"use-event-callback": "^0.1.0",
"use-key-hook": "^1.3.0"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"homepage": "/react-image-annotate",
"repository": {
"type": "git",
"url": "https://github.com/UniversalDataTool/react-image-annotate.git"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9090 -s public",
"build": "npm run build:babel && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
"dist": "npm run build && cd dist && npm publish",
"build:babel": "NODE_ENV=production babel ./src --ignore \"src/**/*.story.js\" --out-dir=./dist && rm dist/index.js && cp dist/lib.js dist/index.js",
"build-storybook": "build-storybook",
"build:gh-pages": "CI=false react-scripts build && mkdir build/demo && cp build/index.html build/demo/index.html",
"gh-pages": "npm run build:gh-pages && gh-pages -d build",
"prettier": "prettier --write \"src/**/*.js\"",
"prettier:test": "prettier --check \"src/**/*.js\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-links": "^5.3.14",
"@storybook/addons": "^5.3.14",
"@storybook/react": "^5.3.14",
"babel-loader": "^8.0.5",
"babel-preset-react-app": "^7.0.0",
"gh-pages": "^2.0.1",
"prettier": "^2.5.1",
"raw.macro": "^0.3.0",
"react-github-btn": "^1.1.1",
"react-scripts": "^3.4.1"
},
"prettier": {
"semi": false
}
}