forked from ghiscoding/Angular-Slickgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
181 lines (181 loc) · 9.37 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "angular-slickgrid",
"version": "2.23.0",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
"plugin",
"datagrid",
"datatable",
"slickgrid"
],
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4300 --open",
"prebuild": "npm-run-all delete:dist",
"build": "npm run packagr",
"postbuild": "npm-run-all sass:build sass:copy copy:i18n copy:lib",
"build:with-e2e": "npm-run-all build cypress:ci",
"build:gh-demo": "npm run build",
"postbuild:gh-demo": "npm-run-all del-demo:dist copy-demo:dist",
"build:gh-demo:with-e2e": "npm run build:gh-demo",
"postbuild:gh-demo:with-e2e": "npm run cypress:ci",
"delete:dist": "cross-env rimraf dist",
"cypress": "cd test/cypress && node node_modules/cypress/bin/cypress open",
"cypress:ci": "cd test/cypress && npm run cypress:ci",
"test": "npm run test:jest",
"test:jest": "node_modules/.bin/jest --config test/jest.config.js",
"jest:clear": "node_modules/.bin/jest --clearCache",
"jest:watch": "node_modules/.bin/jest --config test/jest.config.js --watch",
"test:coverage": "node_modules/.bin/jest --config test/jest.config.js --runInBand --coverage",
"test:snapshot": "node_modules/.bin/jest --config test/jest.config.js --coverage -u",
"test:watch": "npm-run-all jest:watch",
"copy:i18n": "cross-env copyfiles -f src/assets/i18n/*.json dist/i18n",
"copy:lib": "cross-env copyfiles --up 2 src/assets/lib/** dist",
"copy-demo:dist": "cross-env copyfiles --up 1 dist/**/*.* ../angular-slickgrid-demos/bootstrap3-demo-with-translate/node_modules/angular-slickgrid",
"del-demo:dist": "cross-env rimraf ../angular-slickgrid-demos/bootstrap3-demo-with-translate/node_modules/angular-slickgrid",
"pack-lib": "npm pack ./dist",
"packagr": "ng-packagr -p package.json",
"changelog": "cross-env conventional-changelog -p angular -i doc/CHANGELOG.md -s",
"bump-version": "npm --no-git-tag-version version",
"prepare-release": "cross-env npm run changelog && npm run build && npm run doc",
"release": "standard-version",
"sass-build-task:scss-compile:bootstrap": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-bootstrap.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:bootstrap": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-bootstrap.css dist/styles/css/slickgrid-theme-bootstrap.css --output-style compressed",
"sass-build-task:scss-compile:material": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-material.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:material": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-material.css dist/styles/css/slickgrid-theme-material.css --output-style compressed",
"sass-build-task:scss-compile:material-bare": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-material.bare.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:material-bare": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-material.bare.css dist/styles/css/slickgrid-theme-material.bare.css --output-style compressed",
"sass-build-task:scss-compile:material-lite": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-material.lite.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:material-lite": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-material.lite.css dist/styles/css/slickgrid-theme-material.lite.css --output-style compressed",
"sass-build-task:scss-compile:salesforce": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-salesforce.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:salesforce": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-salesforce.css dist/styles/css/slickgrid-theme-salesforce.css --output-style compressed",
"sass-build-task:scss-compile:salesforce-bare": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-salesforce.bare.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:salesforce-bare": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-salesforce.bare.css dist/styles/css/slickgrid-theme-salesforce.bare.css --output-style compressed",
"sass-build-task:scss-compile:salesforce-lite": "node-sass src/app/modules/angular-slickgrid/styles/slickgrid-theme-salesforce.lite.scss -o dist/styles/css --output-style compressed",
"postsass-build-task:scss-compile:salesforce-lite": "postcss --no-map --use autoprefixer --output dist/styles/css/slickgrid-theme-salesforce.lite.css dist/styles/css/slickgrid-theme-salesforce.lite.css --output-style compressed",
"sass:build": "run-p sass-build-task:scss-compile:*",
"presass:copy": "cross-env copyfiles -f src/app/modules/angular-slickgrid/styles/*.png dist/styles/css",
"sass:copy": "cross-env copyfiles -f src/app/modules/angular-slickgrid/styles/*.scss dist/styles/sass",
"postsass:copy": "cross-env copyfiles -f src/app/modules/angular-slickgrid/styles/*.png dist/styles/sass",
"presass:watch:bootstrap": "cross-env npm run sass-build-task:scss-compile:bootstrap",
"sass:watch:bootstrap": "cross-env npm run sass-build-task:scss-compile:bootstrap -- -watch",
"presass:watch:material": "cross-env npm run sass-build-task:scss-compile:material",
"sass:watch:material": "cross-env npm run sass-build-task:scss-compile:material -- -watch",
"presass:watch:salesforce": "cross-env npm run sass-build-task:scss-compile:salesforce",
"sass:watch:salesforce": "cross-env npm run sass-build-task:scss-compile:salesforce -- -watch",
"sass:watch": "run-p sass:watch:bootstrap sass:watch:material sass:watch:salesforce sass:copy:watch",
"sass:copy:watch": "nodemon --ext scss --watch src/app/modules/angular-slickgrid/styles/*.scss --exec \"npm run sass:copy\"",
"build:demo": "ng build --configuration=production",
"serve:demo": "http-server ./docs -p 4300 -a localhost"
},
"author": "Ghislain B.",
"repository": {
"type": "git",
"url": "http://github.com/ghiscoding/angular-slickgrid"
},
"main": "src/app/modules/angular-slickgrid/index",
"private": false,
"ngPackage": {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"whitelistedNonPeerDependencies": [
"."
],
"dest": "dist",
"lib": {
"entryFile": "src/public_api.ts",
"umdModuleIds": {
"@ngx-translate/core": "ngx-translate-core",
"@ngx-translate/core/index": "ngx-translate-core",
"dompurify": "dompurify",
"excel-builder-webpacker": "excelBuilderWebpacker",
"flatpickr": "flatpickr",
"jquery": "jquery",
"lodash.isequal": "lodash.isequal",
"moment-mini": "moment",
"text-encoding-utf-8": "textEncodingUtf8"
}
}
},
"dependencies": {
"dompurify": "^2.0.12",
"excel-builder-webpacker": "^1.0.6",
"flatpickr": "^4.6.6",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"lodash.isequal": "^4.5.0",
"moment-mini": "^2.24.0",
"rxjs": "^6.3.3",
"slickgrid": "^2.4.30",
"text-encoding-utf-8": "^1.0.2"
},
"peerDependencies": {
"@ngx-translate/core": ">=11.0.1",
"@ngx-translate/http-loader": ">=4.0.0"
},
"devDependencies": {
"@angular-builders/jest": "^7.4.2",
"@angular-devkit/build-angular": "~0.803.29",
"@angular/animations": "^8.2.14",
"@angular/cli": "^8.3.29",
"@angular/common": "^8.2.14",
"@angular/compiler": "8.2.14",
"@angular/compiler-cli": "8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@ng-select/ng-select": "^2.15.3",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@types/dompurify": "^2.0.1",
"@types/flatpickr": "^3.1.2",
"@types/jest": "^24.0.25",
"@types/jquery": "^3.5.1",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/text-encoding-utf-8": "^1.0.1",
"babel-jest": "^24.9.0",
"bootstrap": "3.4.1",
"codecov": "^3.7.0",
"codelyzer": "^5.0.1",
"conventional-changelog": "^3.1.23",
"copyfiles": "^2.3.0",
"core-js": "^2.6.11",
"cross-env": "^7.0.2",
"custom-event-polyfill": "^1.0.7",
"del": "^5.1.0",
"del-cli": "^3.0.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-sass": "^4.1.0",
"gulp-yuidoc": "^0.1.2",
"http-server": "^0.12.3",
"jest": "^24.9.0",
"jest-extended": "^0.11.5",
"jest-junit": "^6.4.0",
"jest-preset-angular": "^6.0.1",
"ng-packagr": "^5.4.0",
"ngx-bootstrap": "^4.3.0",
"node-sass": "4.14.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1",
"require-dir": "^1.2.0",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"standard-version": "^9.0.0",
"ts-node": "~3.3.0",
"tsickle": "^0.37.0",
"tslib": "^2.0.1",
"tslint": "^5.12.0",
"typescript": "3.5.3",
"uglify-js": "^3.10.2",
"vinyl-paths": "^2.1.0",
"yargs": "^15.4.1",
"zone.js": "~0.9.1"
}
}