-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "mibig-ui",
"version": "1.0.0",
"description": "Web UI for the MIBiG database",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --display-error-details --config webpack.prod.js",
"start": "webpack-dev-server --progress --colors --inline --watch --config webpack.dev.js"
},
"author": "Kai Blin",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"es5lint": "^2017.10.8",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.0.5",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"angular": "^1.6.6",
"angular-inview": "^3.1.0",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-router": "^0.4.3",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/antismash/mibig-ui.git"
},
"bugs": {
"url": "https://github.com/antismash/mibig-ui/issues"
},
"homepage": "https://github.com/antismash/mibig-ui#readme"
}