-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
87 lines (87 loc) · 2.78 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
{
"name": "@ctrl/ngx-emoji-mart",
"version": "0.0.0-placeholder",
"license": "MIT",
"scripts": {
"ng": "ng",
"cpy": "cpy",
"start-test": "start-server-and-test",
"start": "ng serve",
"build": "ng-packagr -p src/lib/picker/ng-package.json",
"postbuild": "cpy README.md LICENSE dist",
"build:integration:prod": "ng build --configuration production --no-progress",
"serve:integration:static": "serve dist -s -l 4200 --cors",
"build-data": "tsx scripts/build-data.ts",
"test": "ng test --watch=false",
"test:watch": "ng test",
"test:ci": "ng test --watch=false --code-coverage --no-progress --browsers=ChromeHeadlessCustom",
"link": "cd dist && npm link",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"vercel": "ng build --configuration vercel",
"// - E2E": "E2E testing #requires npm run build:integration:prod",
"cy:open": "cypress open",
"cy:run": "cypress run",
"e2e:ci": "cross-env CI=true start-test serve:integration:static 4200 cy:run"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "16.0.5",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "16.0.5",
"@angular/common": "16.0.5",
"@angular/compiler": "16.0.5",
"@angular/compiler-cli": "16.0.5",
"@angular/core": "16.0.5",
"@angular/forms": "16.0.5",
"@angular/language-service": "16.0.5",
"@angular/platform-browser": "16.0.5",
"@angular/platform-browser-dynamic": "16.0.5",
"@ctrl/ngx-github-buttons": "9.0.0",
"@types/inflection": "1.13.0",
"@types/jasmine": "4.3.2",
"@types/node": "20.2.5",
"@types/stringify-object": "4.0.2",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"core-js": "3.30.2",
"cpy-cli": "4.2.0",
"cross-env": "7.0.3",
"cypress": "12.14.0",
"del-cli": "5.0.0",
"emoji-datasource": "14.0.0",
"emojilib": "3.0.10",
"eslint": "8.42.0",
"inflection": "2.0.1",
"jasmine-core": "5.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-mocha-reporter": "2.2.5",
"ng-packagr": "16.0.1",
"puppeteer": "20.5.0",
"rxjs": "7.8.1",
"serve": "14.2.0",
"start-server-and-test": "2.0.0",
"stringify-object": "5.0.0",
"tailwindcss": "3.3.2",
"tslib": "2.5.3",
"tsx": "3.12.7",
"typescript": "5.0.4",
"zone.js": "0.13.0"
},
"repository": "scttcper/ngx-emoji-mart",
"engines": {
"node": ">= 14"
},
"release": {
"branches": [
"master"
]
}
}