forked from DSpace-Labs/angular2-ui-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.05 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
{
"name": "angular2-dspace-ui-prototype",
"version": "0.0.1",
"description": "Angular Universal extended DSpace UI prototype",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/DSpace-Labs/angular2-ui-prototype.git"
},
"license": "BSD-3-Clause",
"contributors": [
"Tim Donohue <[email protected]>",
"Art Lowel <[email protected]>",
"Andrea Bollini <[email protected]>",
"James Creel <[email protected]>",
"William Welling <[email protected]>"
],
"scripts": {
"global": "npm install --global http-proxy nodemon typedoc typescript typings webpack",
"docs": "typedoc --options typedoc.json ./src",
"build": "webpack",
"prebuild": "rimraf dist",
"watch": "concurrently \"webpack -w\" \"nodemon dist/server/bundle.js\" \"src/proxy.js -i true https://demo.dspace.org/\"",
"test": "concurrently \"nodemon dist/server/bundle.js\" \"src/proxy.js -i true https://demo.dspace.org/\"",
"postinstall": "typings install"
},
"dependencies": {
"angular2": "2.0.0-beta.13",
"angular2-universal-preview": "~0.85.1",
"angular2-websocket": "^0.6.2",
"express": "^4.13.4",
"jquery": "^2.2.2",
"ng2-translate": "^1.11.0",
"preboot": "^2.0.5",
"rxjs": "5.0.0-beta.4",
"zone.js": "~0.6.8"
},
"devDependencies": {
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"bootstrap-sass-loader": "^1.0.10",
"commander": "^2.9.0",
"concurrently": "^2.0.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"http-proxy": "^1.13.2",
"node-sass": "^3.4.2",
"nodemon": "^1.9.1",
"resolve-url-loader": "^1.4.3",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"ssl-root-cas": "^1.1.10",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.1",
"typedoc": "^0.3.12",
"typescript": "^1.8.9",
"typings": "^0.7.12",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.8.4",
"ws": "^1.0.1"
}
}