-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.99 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
{
"name": "cornelius",
"version": "1.4.8",
"description": "Validation application for bibliographic records",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server -d --hot --watch",
"build": "webpack --mode=production",
"deploy": "git subtree push --prefix dist origin gh-pages",
"insertversion:docker": "sed -i \"s#\\(image: conditor/cornelius:v\\)\\([-\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" docker-compose.yml docker-compose.build.yml",
"version": "npm run build && npm run insertversion:docker && git add --all ."
},
"keywords": [],
"author": "",
"license": "CECILL",
"devDependencies": {
"copy-webpack-plugin": "^5.1.2",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.6.0",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.14.1",
"raw-loader": "^3.1.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^2.3.8",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.29",
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-bootstrap-toggle": "^0.4.2",
"angular-drag-scroll": "^0.2.2",
"angular-i18n": "^1.8.2",
"angular-sanitize": "^1.8.2",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6",
"angularjs-slider": "^7.0.0",
"bootstrap": "^3.4.1",
"co-config": "git+https://github.com/conditor-project/co-config.git",
"diff": "^4.0.2",
"exports-loader": "^0.7.0",
"font-awesome": "^4.7.0",
"jwt-decode": "^2.2.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lucene-query-string-builder": "^1.0.2",
"parse-link-header": "^1.0.1",
"query-string": "^6.14.1",
"ui-select": "git+https://github.com/conditor-project/ui-select.git"
}
}