forked from twinssbc/Ionic2-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.49 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
{
"name": "ionic2-calendar",
"version": "0.2.9",
"description": "Ionic2 calendar component",
"keywords": [
"Ionic2",
"calendar"
],
"author": {
"name": "twinsbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Ionic2-Calendar.git"
},
"scripts": {
"build": "rm -rf dist && tsc",
"build-prod": "rm -rf aot && node_modules/.bin/ngc -p tsconfig-aot.json && node_modules/.bin/ngc src && mv src/*ngfactory.ts aot && rm -r aot/waste",
"copy_static_files": "cp -r package.json README.md LICENSE tsconfig.json typings.json typings dist/",
"copy_static_files_prod": "cp -r package.json README.md LICENSE tsconfig.json typings.json typings aot/",
"dev": "tsc --watch",
"postinstall": "typings install"
},
"main": "./index.js",
"dependencies": {},
"devDependencies": {
"tslint-ionic-rules": "0.0.5",
"typescript": "2.0.3",
"typings": "1.3.1",
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"ionic-angular": "2.3.0",
"rxjs": "5.0.1",
"zone.js": "0.7.2",
"intl": "^1.2.5"
}
}