forked from fingerpich/jalali-angular-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.88 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
89
90
91
92
93
94
95
96
97
{
"name": "ng2-jalali-date-picker-full-farsi",
"author": "Seyed Ali Roshan (main author Mojtaba Zarei)",
"version": "2.2.4",
"license": "MIT",
"main": "index.js",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build",
"test": "ng test",
"coverage": "export CODACY_PROJECT_TOKEN=a92cd223e71b45ff99f24f7350ea89c3 ; ng test --watch=false --code-coverage && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:headless": "ng e2e -- headless",
"build:demo": "rm -rf demo/*.js && rm -rf demo/*.css && ng build --prod --aot=false --bh /jalali-angular-datepicker/ && npm run build:index && cp dist/* demo",
"build:index": "cd build-helpers && node index-maker.js",
"build:prod": "ng-packagr -p package.json && cp -R screenshots bin",
"release": "npm run build:prod && npm publish bin",
"pack": "cd bin && npm pack"
},
"repository": {
"type": "git",
"url": "https://github.com/fingerpich/angular-datepicker.git"
},
"private": false,
"keywords": [
"angular",
"jalali",
"shamsi",
"khorshidi",
"persian",
"date",
"picker",
"datepicker",
"datepicker farsi",
"typescript",
"ts",
"farsi",
"full"
],
"dependencies": {
"jalali-moment": "^3.1.1",
"persian-digit-tools": "^1.0.0"
},
"devDependencies": {
"@angular/cli": "^1.7.3",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@types/google.analytics": "0.0.33",
"@types/jasmine": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.5.38.tgz",
"@types/node": "https://registry.npmjs.org/@types/node/-/node-6.0.94.tgz",
"classlist.js": "^1.1.20150312",
"codelyzer": "^4.2.1",
"core-js": "^2.5.4",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"less": "^2.7.2",
"ncp": "^2.0.0",
"ng-packagr": "^1.7.0",
"protractor": "^6.0.0",
"rimraf": "^2.6.1",
"rxjs": "^5.5.12",
"ts-node": "^4.1.0",
"tslint": "~5.13.1",
"typescript": "~2.4.2",
"uglify-js": "^3.5.3",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.21"
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true
},
"ngPackage": {
"lib": {
"entryFile": "src/app/index.ts",
"externals": {
"jalali-moment": "jalali-moment",
"persian-digit-tools": "persian-digit-tools"
}
},
"dest": "bin"
}
}