-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
128 lines (128 loc) · 4.29 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "crowdheritage",
"version": "1.0.0",
"description": "The web interface of CrowdHeritage",
"scripts": {
"clean:dist": "del-cli dist",
"preclean:install": "npm run clean",
"clean:install": "npm install",
"preclean:start": "npm run clean",
"clean:start": "npm start",
"watch": "npm run watch:dev",
"watch:dev": "npm run build:dev -- --watch",
"watch:dev:hmr": "npm run watch:dev -- --hot",
"watch:prod": "npm run build:prod -- --watch",
"build": "webpack --mode production --progress --devtool sourcemap",
"prebuild:dev": "npm run clean:dist",
"prebuild:prod": "npm run clean:dist",
"build:prod": "webpack --mode production --progress --devtool sourcemap",
"start": "webpack-dev-server --https -d --env.platform=default --progress --devtool sourcemap",
"server:prod": "http-server dist --cors",
"webpack": "cross-env BABEL_ENV=node ./node_modules/.bin/webpack",
"webpack-dev-server": "cross-env BABEL_ENV=node ./node_modules/.bin/webpack-dev-server",
"deploy:staging": "shipit staging deploy",
"deploy:prod": "shipit production deploy",
"deploy:prod:rollback": "shipit production rollback",
"deploy:staging:rollback": "shipit staging rollback"
},
"repository": {
"type": "git",
"url": "git@github.com:ails-lab/crowdheritage.git"
},
"license": "Apache2",
"author": "National Technical University of Athens",
"homepage": "https://crowdheritage.eu/",
"aurelia": {
"build": {
"resources": []
}
},
"dependencies": {
"aurelia-animator-velocity": "^1.2.0",
"aurelia-authentication": "^3.8.3",
"aurelia-bootstrapper": "^2.4.0",
"aurelia-dependency-injection": "^1.5.2",
"aurelia-dialog": "^2.0.0",
"aurelia-event-aggregator": "^1.0.3",
"aurelia-fetch-client": "^1.8.2",
"aurelia-framework": "^1.4.1",
"aurelia-google-maps": "^2.4.0",
"aurelia-history": "^1.2.1",
"aurelia-history-browser": "^1.4.0",
"aurelia-i18n": "^4.0.3",
"aurelia-loader-webpack": "^2.2.5",
"aurelia-logging-console": "^1.1.1",
"aurelia-pal-browser": "^1.8.1",
"aurelia-path": "^1.1.7",
"aurelia-polyfills": "^1.3.4",
"aurelia-route-recognizer": "^1.3.2",
"aurelia-router": "^1.7.1",
"aurelia-templating": "^1.11.1",
"aurelia-templating-binding": "^1.6.0",
"aurelia-templating-resources": "^1.14.3",
"aurelia-templating-router": "^1.5.0",
"aurelia-validation": "^2.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bluebird": "^3.7.2",
"bootstrap": "^5.2.3",
"chart.js": "^3.9.1",
"core-js": "^3.29.1",
"dotenv": "^16.0.3",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"font-awesome": "^4.7.0",
"google-maps-api": "^2.0.1",
"html-minifier": "^4.0.0",
"html-minifier-loader": "^1.4.1",
"i18next": "^22.4.10",
"i18next-xhr-backend": "^3.2.2",
"imagesloaded": "^5.0.0",
"imports-loader": "^4.0.1",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.3",
"jquery-bridget": "^3.0.1",
"less": "^3.0.0",
"less-loader": "^5.0.0",
"less-plugin-clean-css": "^1.5.1",
"masonry-layout": "^4.2.2",
"numeral": "^2.0.6",
"postcss-loader": "^2.1.2",
"raw-loader": "^4.0.2",
"toastr": "^2.1.4",
"webpack": "^4.46.0",
"wheelzoom-revived": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"aurelia-tools": "^1.0.0",
"aurelia-webpack-plugin": "^3.0.0-rc.1",
"babel-loader": "^7.1.2",
"babel-plugin-css-modules-transform": "^1.6.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"concurrently": "^3.6.0",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^3.1.3",
"css-loader": "^3.6.0",
"del-cli": "^5.0.0",
"eslint": "^8.35.0",
"file-loader": "^6.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^4.0",
"http-server": "^13.0.0",
"shipit-cli": "^4.1.1",
"shipit-deploy": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^1.0.1",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^4.11.1"
},
"engines": {
"node": "^16.19.1",
"npm": "^8"
}
}