-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 4.55 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 4.55 KB
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
98
99
100
101
102
103
104
105
106
{
"name": "@squidit/ngx-css-docs",
"version": "1.1.0",
"scripts": {
"postinstall": "npx husky install",
"ng": "ng",
"start": "npm run watch",
"build:prod": "rm -rf dist/@squidit/ngx-css && ng build @squidit/ngx-css --configuration production",
"build": "rm -rf dist/@squidit/ngx-css && ng build @squidit/ngx-css --configuration development",
"watch": "rm -rf dist/@squidit/ngx-css && ng build @squidit/ngx-css --watch --configuration development",
"watch:prod": "rm -rf dist/@squidit/ngx-css && ng build @squidit/ngx-css --watch --configuration production",
"dev": "pnpm exec concurrently --names \"LIB,APP\" --prefix-colors \"blue,green\" \"pnpm run watch\" \"pnpm run start:application\"",
"test": "ng test @squidit/ngx-css",
"lint": "ng lint @squidit/ngx-css",
"lint:docs": "compodoc -p tsconfig.doc.json --coverageMinimumPerFile 100",
"format": "prettier --write \"src/**/*.{ts,html,scss,css,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,html,scss,css,json}\"",
"build:docs": "compodoc -p tsconfig.doc.json -n 'NGX CSS - Angular Components Squid Style' --customFavicon='./application/src/favicon.ico' --includes='./docs/additional-docs' -y './docs/custom-style' -a './docs/js' --templates './docs/templates'",
"start:docs": "npx compodoc -r 5050 -p tsconfig.doc.json -n 'NGX CSS - Angular Components Squid Style' -s -w --customFavicon='./application/src/favicon.ico' --includes='./docs/additional-docs' -y './docs/custom-style' -a './docs/js' --templates './docs/templates'",
"serve:docs": "compodoc -r 5050 -s --customFavicon='./application/src/favicon.ico' -n 'NGX CSS - Angular Components Squid Style' --includes='./docs/additional-docs' -y './docs/custom-style' -a './docs/js' --templates './docs/templates'",
"build:application": "rm -rf dist/application && ng build application",
"watch:application": "rm -rf dist/application && ng build application --watch --configuration development",
"test:application": "ng test application",
"lint:application": "ng lint application",
"start:application": "ng serve application",
"dev:ssr": "ng run application:serve",
"serve:ssr": "node dist/application/server/main.js",
"build:ssr": "ng build && ng run application:server",
"prerender": "ng run application:prerender"
},
"private": false,
"dependencies": {
"@angular/animations": "^17.3.5",
"@angular/cdk": "^17.3.5",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/platform-server": "^17.3.5",
"@angular/router": "^17.3.5",
"@angular/ssr": "^17.3.7",
"@nguniversal/express-engine": "^7.0.2",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@squidit/css": "2.2.0",
"express": "^4.15.2",
"lodash.isequal": ">=4.0.0",
"ngx-countdown": "^16.0.0",
"ngx-mask": "^16.3.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
"@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.21",
"concurrently": "^8.2.2",
"@types/express": "^4.17.0",
"@types/jasmine": "~4.3.0",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.3.0",
"prettier": "^3.6.2",
"typescript": "~5.2.0"
},
"keywords": [
"css",
"sass",
"responsive",
"front-end",
"framework",
"web",
"angular"
],
"repository": {
"type": "git",
"url": "git+https://github.com/squidit/ngx-css.git"
},
"description": "Squid NGX CSS Docs",
"bugs": {
"url": "https://github.com/squidit/ngx-css/issues"
},
"homepage": "https://squidit.github.io/css",
"author": "Squid <developers@squidit.com.br>",
"license": "MIT"
}