-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.57 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
{
"name": "image-annotator",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/react-draft-wysiwyg": "^1.13.3",
"@types/react-redux": "^7.1.18",
"axios": "^0.21.0",
"chart.js": "^2.9.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"framer-motion": "^2.9.1",
"interactjs": "^1.9.22",
"jquery": "^3.5.1",
"jwt-decode": "^3.1.2",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-chartjs-2": "^2.10.0",
"react-color": "^2.18.1",
"react-debounce-input": "^3.2.5",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-images-upload": "^1.2.8",
"react-redux": "^7.2.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^3.2.0",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"swiper": "^6.5.0",
"typescript": "^4.3.5"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.1.8"
}
}