-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
90 lines (90 loc) · 2.91 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
{
"name": "ngx-ui-switch",
"version": "15.0.0",
"description": "switch button for angular4",
"bugs": "https://github.com/webcat12345/ngx-ui-switch/issues",
"homepage": "https://github.com/webcat12345/ngx-ui-switch#readme",
"repository": "https://github.com/webcat12345/ngx-ui-switch.git",
"license": "MIT",
"author": "webcat12345",
"private": true,
"keywords": [
"angular 2",
"angular 4",
"angular 5",
"angular 6",
"angular 7",
"ngx",
"ng2",
"uiswitch",
"switch",
"ui"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng-packagr -p src/lib/ng-package.json",
"postbuild": "ts-node -P tsconfig.build.json build.ts",
"build:demo": "rimraf demo && ng build --aot --configuration production --base-href=/ngx-ui-switch/demo/ --output-path=demo",
"prerelease": "yarn run build",
"release": "cd dist && npm publish",
"test": "ng test",
"test:ci": "ng test --browsers=ChromeHeadless --watch=false",
"cleanup": "rimraf build dist waste deploy demo docs",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:ci": "ng run ngx-ui-switch:cypress-run",
"typedoc": "typedoc --options typedoc.json src/lib/*.ts && ts-node -P tsconfig.build.json docs.ts",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"rxjs": "^7.5.5",
"tslib": "^2.3.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.7",
"@angular-eslint/builder": "^16.1.0",
"@angular-eslint/eslint-plugin": "^16.1.0",
"@angular-eslint/eslint-plugin-template": "^16.1.0",
"@angular-eslint/schematics": "^16.1.0",
"@angular-eslint/template-parser": "^16.1.0",
"@angular/cli": "^16.1.7",
"@angular/compiler-cli": "^16.1.8",
"@angular/language-service": "^16.1.8",
"@cypress/schematic": "2.5.2",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"all-contributors-cli": "^5.10.0",
"eslint": "^9.0.0",
"fs-extra": "^11.0.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^16.1.0",
"sass": "^1.35.1",
"ts-node": "^10.9.1",
"tsickle": "^0.46.3",
"typedoc": "^0.14.2",
"typescript": "^4.9.5",
"cypress": "latest"
}
}