forked from pelagios/recogito2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 Bytes
/
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
{
"name": "recogito-frontend",
"version": "0.0.1",
"description": "Webpack integration for Recogito",
"author": "Rainer Simon",
"repository": {
"type": "git",
"url": "https://github.com/pelagios/recogito2.git"
},
"license": "Apache-2.0",
"dependencies": {
"acorn": ">=5.7.4",
"axios": "0.21.1",
"minimist": ">=1.2.2",
"react": "^16.13.1",
"react-color": "2.14.1",
"react-dom": ">=16.4.2",
"react-draggable": "3.0.5",
"react-transition-group": "2.4.0",
"serialize-javascript": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "6.24.1",
"jsx-loader": "0.13.2",
"lodash": "^4.17.19",
"node-fetch": ">=2.6.1",
"webpack": "^5.14.0"
},
"engines": {
"node": "8.11.3",
"npm": "6.1.0"
}
}