-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.53 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
{
"name": "fennec",
"description": "Fennec",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha tests/js/helpers/*"
},
"repository": {
"type": "git",
"url": "https://github.com/iimog/fennec-web.git"
},
"keywords": [
"ecology",
"community",
"trait"
],
"author": "Markus Ankenbrand, Sonja Hohlfeld, Frank Förster, Alexander Keller",
"license": "MIT",
"bugs": {
"url": "https://github.com/iimog/fennec-web/issues"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.16.0",
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"node-sass": "^4.5.3",
"rewire": "^2.5.2",
"sass-loader": "^6.0.6"
},
"dependencies": {
"@symfony/webpack-encore": "^0.28.3",
"babel-polyfill": "^6.23.0",
"biojs-io-biom": "^1.0.9",
"bootbox": "^4.4.0",
"bootstrap": "^4.1.0",
"bootstrap-confirmation2": "^2.4.0",
"bootstrap-select": "^1.12.4",
"bootstrap3-dialog": "^1.35.4",
"datatables.net-bs": "^1.10.15",
"datatables.net-buttons-bs": "^1.3.1",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"jquery-confirm": "^3.3.2",
"jquery-ui-dist": "^1.12.1",
"lodash": "^4.17.21",
"metismenu": "^2.7.0",
"mocha": "^7.1.1",
"papaparse": "^5.2.0",
"plotly.js": "^1.53.0",
"popper.js": "^1.12.9",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"startbootstrap-sb-admin-2": "^3.3.7"
}
}