-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "fcs-aggregator",
"version": "3.13.0",
"description": "FCS Aggregator for FCS 2.0",
"main": "index.html",
"repository": "https://github.com/clarin-eric/fcs-sru-aggregator",
"dependencies": {
"classnames": "^2.2.6",
"codemirror": "^5.49.2",
"create-react-class": "^15.6.3",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-addons-pure-render-mixin": "^15.6.2",
"react-bootstrap": "^0.31.3",
"react-codemirror2": "^4.3.0",
"react-dom": "^16.11.0",
"react-i18next": "^5.4.1",
"react-transition-group": "^2.9.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"bower": "^1.8.8",
"bootstrap": "^3.4.1",
"braces": "^2.3.2",
"browserify": "^13.3.0",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"reflux": "^0.4.1",
"reflux-core": "^0.3.0",
"reflux-promise": "^1.0.4",
"webpack": "^1.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CLARIN ERIC",
"FCS",
"SRU",
"React"
],
"author": "Leif-Jöran Olsson, et al",
"license": "GPL-3.0"
}