forked from seb-oss/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 5.86 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
{
"name": "bootstrap-demo",
"version": "2.0.0-rc.1",
"homepage": "https://sebgroup.github.io/bootstrap/",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"build:demo": "ng build --configuration production --base-href https://sebgroup.github.io/bootstrap/ && copyfiles -f src/404.html dist/bootstrap",
"prebuild:demo": "rimraf dist/bootstrap && replace __TRAVIS_BUILD_NUMBER__ $TRAVIS_BUILD_NUMBER src/environments/environment.ts && replace __TRAVIS_BUILD_NUMBER__ $TRAVIS_BUILD_NUMBER src/environments/environment.prod.ts",
"build-dev": "ng build --source-map false --base-href https://sebgroup.github.io/bootstrap/dev/ --output-path dist/bootstrap/dev && copyfiles -f src/dev/404.html dist/bootstrap/dev",
"prebuild-dev": "rimraf dist/bootstrap/dev",
"build": "npm run copy-scss && npm run copy-fonts && npm run compile-css && copyfiles -f CHANGELOG.md LICENSE.md README.md scss/package.json dist/lib",
"build-sdl": "rimraf dist/bootstrap/sdl && copyfiles -u 2 src/**/*.md dist/bootstrap/sdl/ && gulp build-sdl && copyfiles -f scss/targetindex.json dist/lib/package.json dist/bootstrap/sdl/ && renamer --find \"package\" --replace \"version\" dist/bootstrap/sdl/*.json && copyfiles -f dist/lib/css/bootstrap-all* dist/bootstrap/",
"prebuild": "rimraf dist/lib",
"prepublish-lib": "npm run build",
"publish-lib": "npm publish dist/lib",
"compile-css": "webpack --config webpack.sass.js && rm ./dist/lib/css/*.js && rm ./dist/lib/css/*.js.map",
"copy-scss": "copyfiles -u 1 'scss/**/*.scss' -e 'scss/**/*-prebuild*.scss' dist/lib/scss",
"copy-fonts": "copyfiles -u 2 scss/fonts/* dist/lib/fonts",
"visualtest:ci": "start-server-and-test start http://localhost:4200 visualtest",
"visualtest": "backstop test",
"visualtest:approve": "backstop approve",
"add-fa-config": "npm config set '@fortawesome:registry' https://npm.fontawesome.com/ && npm config set '//npm.fontawesome.com/:_authToken' $FA_TOKEN",
"lint": "ng lint --fix --force",
"e2e": "ng e2e",
"e2e-ci": "ng e2e --protractor-config=e2e/protractor-ci.conf.js",
"commit": "git-cz",
"semantic-release": "semantic-release && npm run build",
"package-lock-sanitizer": "package-lock-sanitizer",
"format-all": "prettier --config ./.prettierrc --write \"src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}\"",
"format-staged": "pretty-quick --staged",
"format-check": "prettier --config ./.prettierrc --list-different \"src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}\"",
"precommit": "npm run format-staged && npm run lint --fix --force"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"release": {
"pkgRoot": "./dist/lib",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
"next",
"next-major",
{
"name": "release\\/([-a-z]*)",
"channel": "${name.replace(/^release\\//g, '')}",
"prerelease": "${name.replace(/^release\\//g, '')}"
}
]
},
"private": true,
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/forms": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/router": "^13.1.1",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/pro-regular-svg-icons": "^6.1.1",
"@ng-bootstrap/ng-bootstrap": "^11.0.1",
"@sebgroup/fonts": "^1.1.0",
"@sebgroup/ng-bootstrap": "^3.0.0",
"@sebgroup/ngx-toastr": "^1.0.0",
"core-js": "^2.6.12",
"rxjs": "^6.6.7",
"scrollingelement": "^1.5.2",
"swe-validation": "^1.0.1",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.0.0",
"@angular-devkit/build-angular": "^13.1.2",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@angular/language-service": "^13.1.1",
"@babel/core": "^7.14.8",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@types/jasmine": "^3.8.1",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.17",
"autoprefixer": "^9.8.6",
"backstopjs": "^5.3.5",
"body-scroll-lock": "^3.1.5",
"bootstrap": "^4.6.2",
"clean-css-cli": "^4.2.1",
"codelyzer": "^6.0.2",
"commitizen": "^2.10.1",
"copyfiles": "^2.4.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"cz-conventional-changelog": "^3.3.0",
"eyes.selenium": "0.0.83",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-json-format": "^2.0.0",
"gulp-jsoncombine": "^1.0.4",
"gulp-markdown-to-json": "^1.1.0",
"gulp-rename": "^2.0.0",
"husky": "^4.3.8",
"mini-css-extract-plugin": "^2.1.0",
"mobile-detect": "^1.4.5",
"node-sass-tilde-importer": "^1.0.2",
"package-lock-sanitizer": "^1.0.1",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"prismjs": "^1.25.0",
"protractor": "~7.0.0",
"raw-loader": "^0.5.1",
"renamer": "^1.1.4",
"replace": "^1.2.1",
"rimraf": "^2.7.1",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"semantic-release": "^18.0.1",
"start-server-and-test": "^1.13.1",
"ts-node": "~7.0.0",
"tslint": "^6.1.3",
"typescript": "^4.5.4",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sebgroup/bootstrap.git"
},
"publishConfig": {
"access": "restricted"
}
}