-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 930 Bytes
/
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
{
"name": "soapbox",
"private": true,
"scripts": {
"start": "meteor run",
"deploy": "meteor deploy soapbox.lambda-it.ch --settings ./settings.json"
},
"dependencies": {
"@angular/animations": "5.0.2",
"@angular/common": "5.0.2",
"@angular/compiler": "5.0.2",
"@angular/core": "5.0.2",
"@angular/forms": "5.0.2",
"@angular/platform-browser": "5.0.2",
"@angular/platform-browser-dynamic": "5.0.2",
"@angular/platform-server": "5.0.2",
"@angular/router": "5.0.2",
"@babel/runtime": "^7.15.3",
"@ng-bootstrap/ng-bootstrap": "1.1.2",
"bootstrap": "4.3.1",
"lodash": "4.17.4",
"meteor-node-stubs": "1.1.0",
"meteor-rxjs": "0.4.14",
"moment": "2.18.1",
"open-iconic": "1.1.1",
"rxjs": "5.5.0",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular/compiler-cli": "5.0.2",
"@types/meteor": "1.4.77",
"typescript": "2.4.2"
}
}