-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.84 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
{
"name": "overture",
"version": "0.11.0",
"description": "Exploring music data in DOREMUS",
"main": "index.js",
"scripts": {
"start": "concurrently --raw --kill-others \"node index\" \"ng serve --progress=false --proxy-config proxy.conf.json\"",
"prebuild": "./node_modules/.bin/stylus ./src/styles/loading.styl -o ./src/styles/loading.css -u rupture -u nib",
"build": "npm run prebuild && ng build --prod --output-hashing=none && ng run overture:server && npm run postbuild",
"postbuild": "cpx \"src/styles/loading.css\" dist/styles/",
"prod": "BABEL_DISABLE_CACHE=1 NODE_ENV=production node index"
},
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/http": "^7.2.16",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/platform-server": "^8.2.14",
"@angular/router": "^8.2.14",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.4",
"@mdi/font": "^4.7.95",
"@nguniversal/express-engine": "^8.2.6",
"@nguniversal/module-map-ngfactory-loader": "^8.2.6",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"accept-language-parser": "^1.5.0",
"async": "^3.1.0",
"bestlang": "0.0.1",
"body-parser": "^1.19.0",
"clone": "^2.1.2",
"express": "^4.17.1",
"express-content-length-validator": "^1.0.0",
"fs-extra": "^8.1.0",
"get-json": "^1.0.1",
"hammerjs": "^2.0.8",
"helmet": "^3.21.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"ngx-infinite-scroll": "^8.0.1",
"node-cache": "^5.1.0",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"similarity": "^1.1.1",
"sparql-client2": "^0.2.0",
"sparql-transformer": "^2.1.3",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.24",
"@angular/cli": "^8.3.22",
"concurrently": "^5.0.2",
"cpx": "^1.5.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"fsevents": "^2.1.2",
"material-shadows": "^3.0.1",
"nib": "^1.1.2",
"rupture": "^0.7.1",
"stylus": "^0.54.7",
"typescript": "^3.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/DOREMUS-ANR/overture.git"
},
"author": [
"Eva Fernandez <[email protected]>",
"Pasquale Lisena <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DOREMUS-ANR/overture/issues"
},
"homepage": "https://github.com/DOREMUS-ANR/overture",
"engines": {
"node": "stable"
}
}