forked from SQ-UI/ng-sq-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.95 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
{
"name": "sq-ui",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "rimraf dist && ng serve --open",
"coverage": "npm run build:libs && ng test ng-sq-common && ng test ng-datatable && ng test ng-datetime-picker && ng test ng-sq-ui && ng test ng-modal",
"build": "ng build",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"docs": "docsify serve docs",
"copy:styles": "copyfiles -f \"./projects/ng-sq-common/src/lib/styles/**/*.scss\" \"./dist/ng-sq-common/styles\" && copyfiles -f \"./projects/ng-sq-common/src/lib/sq-ui-theme.scss\" \"./dist/ng-sq-common/\" && copyfiles -f \"./projects/ng-sq-ui/src/lib/styles/**/*.scss\" \"./dist/ng-sq-ui/styles\"",
"build:libs": "ng build --configuration production ng-sq-common && ng build --configuration production ng-modal && ng build --configuration production ng-datetime-picker && ng build --configuration production ng-datatable && ng build --configuration production ng-sq-ui && npm run copy:styles",
"build:app:prod": "npm run build:libs && ng build",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.4",
"@angular/common": "^12.2.4",
"@angular/compiler": "^12.2.4",
"@angular/core": "^12.2.4",
"@angular/forms": "^12.2.4",
"@angular/platform-browser": "^12.2.4",
"@angular/platform-browser-dynamic": "^12.2.4",
"@angular/router": "^12.2.4",
"all-contributors-cli": "^6.19.0",
"core-js": "^3.11.1",
"docsify": "^4.12.0",
"nyc": "^15.0.1",
"rxjs": "^6.6.7",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1202.4",
"@angular-devkit/build-angular": "~12.2.4",
"@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.4",
"@angular/compiler-cli": "^12.2.4",
"@angular/language-service": "^12.2.4",
"@fortawesome/fontawesome-free": "^5.13.3",
"@types/jasmine": "~3.6.10",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"codecov": "^3.6.5",
"codelyzer": "^6.0.0",
"copyfiles": "^2.2.0",
"eslint": "^7.26.0",
"immutable": "^4.0.0-rc.12",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"marked": "^3.0.2",
"moment": "^2.25.3",
"ng-packagr": "^11.2.4",
"protractor": "~7.0.0",
"rimraf": "^3.0.2",
"ts-node": "~8.10.1",
"typescript": "^4.3.5"
}
}