forked from ufal/lindat-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "lindat-common",
"version": "2.0.2",
"main": "dist/public/js/angular-lindat.js",
"description": "Common Lindat Theme (header and footer)",
"license": "MIT",
"homepage": "https://lindat.mff.cuni.cz/",
"bugs": {
"url": "https://github.com/ufal/lindat-common/issues"
},
"keywords": [
"lindat",
"theme",
"angular"
],
"repository": {
"type": "git",
"url": "https://github.com/ufal/lindat-common.git"
},
"authors": [
"Amir Kamran <[email protected] >",
"Ondřej Košarko <[email protected]>",
"Jozef Mišutka <[email protected]>",
"Michal Sedlák <[email protected]>"
],
"dependencies": {
"angular": "^1.7.8",
"clipboard": "~1.6.1",
"jquery": "^3.4.1"
},
"scripts": {
"clean": "npm run clean-dist && npm run clean-pages",
"clean-dist": "node cleanup.js dist && node cleanup.js dist.zip && node cleanup.js dist.tar.gz",
"clean-pages": "node cleanup.js pages",
"prebuild": "npm run clean-dist",
"build": "webpack --mode production --config webpack/production.js",
"build-pages": "npm run clean-pages && webpack --pages --mode production --config webpack/development.js --devtool source-map ",
"start": "webpack-dev-server --debug --mode development --config webpack/development.js --hot --inline --colors --devtool eval --display-error-details --display-cached",
"serve-pages": "webpack-dev-server -p --debug --quiet",
"pretest": "webdriver-manager update --standalone",
"prepublish": "npm run clean && npm run build",
"test:only": "protractor",
"test": "run-p --race start test:only",
"release": "mversion minor"
},
"devDependencies": {
"angular-google-analytics": "^1.1.3",
"angular-piwik": "git://github.com/mike-spainhower/angular-piwik.git",
"autoprefixer": "^9.6.1",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"i18n-webpack-plugin": "^1.0.0",
"ignore-assets-webpack-plugin": "^2.0.1",
"js-yaml": "^3.13.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"mustache-loader": "^1.4.3",
"mversion": "^1.13.0",
"ng-annotate-loader": "^0.6.1",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
"protractor": "^5.4.2",
"style-loader": "^1.0.0",
"swig-loader": "github:kosarko/swig-loader#v1.0.1",
"url-loader": "^2.1.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
"defaults"
]
}