forked from lammers/spa-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.42 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
{
"name": "lvm-prototyp",
"version": "0.0.1",
"description": "LVM Prototyp",
"main": "index.js",
"scripts": {
"build": "npm run typings install && gulp build-web",
"watch": "npm run typings install && gulp watch",
"lite": "lite-server -c ./lite.server.config.json",
"contract-app": "lite-server -c ./src-contract-app/lite.server.config.json",
"job-search-app": "lite-server -c ./src-job-search-app/lite.server.config.json",
"wizard-app": "lite-server -c ./src-wizard-app/lite.server.config.json",
"schufa-app": "lite-server -c ./src-schufa-app/lite.server.config.json",
"start": "npm run build && concurrently \"npm run watch\" \"npm run lite\" \"npm run contract-app\" \"npm run job-search-app\" \"npm run wizard-app\" \"npm run schufa-app\" ",
"typings": "typings",
"wizard": "babel --presets react src-wizard-app/app --watch --out-dir src-wizard-app/dist",
"cache-server": "npm run build && node ./cacheServers"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LVM-IT/spa-prototype"
},
"keywords": [],
"author": "LVM Versicherung",
"license": "MIT",
"bugs": {
"url": "https://github.com/LVM-IT/spa-prototype/issues"
},
"homepage": "https://github.com/LVM-IT/spa-prototype#readme",
"devDependencies": {
"angular2": "2.0.0-beta.12",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"bootstrap": "^3.3.6",
"browserify": "^13.0.0",
"concurrently": "^2.0.0",
"del": "^2.2.0",
"es6-shim": "^0.35.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filelog": "0.4.1",
"gulp-htmlmin": "^1.3.0",
"gulp-inject": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-sym": "0.0.14",
"gulp-typescript": "^2.11.0",
"jquery": "^2.2.0",
"lite-server": "^2.1.0",
"merge2": "^1.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"reflect-metadata": "0.1.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.24",
"systemjs-builder": "^0.15.9",
"typescript": "^1.8.9",
"typings": "^0.7.9",
"vinyl-source-stream": "^1.1.0",
"zone.js": "0.6.6"
},
"dependencies": {
"basic-auth": "^1.0.3",
"compression": "^1.6.1",
"express": "^4.13.4",
"ms": "^0.7.1"
}
}