forked from scttcper/ngx-emoji-mart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.35 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
{
"name": "@ctrl/ngx-emoji-mart",
"version": "0.0.0-placeholder",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "del-cli dist && ts-node -O '{ \"module\": \"commonjs\" }' build.ts",
"build-data": "ts-node --project=scripts/tsconfig.json scripts/build-data.ts",
"test": "ng test --watch=false",
"test:watch": "ng test",
"test:ci": "ng test --watch=false --code-coverage --no-progress",
"link": "cd dist && npm link",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"ghpages": "ng build --prod --no-progress",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "12.2.2",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.2.2",
"@angular/common": "12.2.3",
"@angular/compiler": "12.2.3",
"@angular/compiler-cli": "12.2.3",
"@angular/core": "12.2.3",
"@angular/forms": "12.2.3",
"@angular/language-service": "12.2.3",
"@angular/platform-browser": "12.2.3",
"@angular/platform-browser-dynamic": "12.2.3",
"@ctrl/ngx-github-buttons": "7.0.0",
"@ngneat/tailwind": "7.0.3",
"@types/inflection": "1.5.28",
"@types/jasmine": "3.8.2",
"@types/node": "16.7.2",
"@types/stringify-object": "3.3.1",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"core-js": "3.16.3",
"del-cli": "4.0.1",
"emoji-datasource": "6.1.1",
"emojilib": "3.0.4",
"eslint": "7.32.0",
"inflection": "1.13.1",
"jasmine-core": "3.9.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma-mocha-reporter": "2.2.5",
"ng-packagr": "12.2.1",
"rxjs": "7.3.0",
"stringify-object": "3.3.0",
"tailwindcss": "2.2.7",
"ts-node": "10.2.1",
"tslib": "2.3.1",
"typescript": "4.3.5",
"zone.js": "0.11.4"
},
"repository": "scttcper/ngx-emoji-mart",
"engines": {
"node": ">= 10"
},
"release": {
"branch": "master"
}
}