-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
186 lines (186 loc) · 6.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
182
183
184
185
186
{
"//": [
"================================================================================",
"# To work within the development environment, run the following tasks",
" 1. $ npm run dev",
" 2. Go to http://localhost:8000",
"================================================================================"
],
"name": "@aurodesignsystem/auro-datepicker",
"version": "3.2.3",
"description": "auro-datepicker HTML custom element",
"repository": {
"type": "git",
"url": "https://github.com/AlaskaAirlines/auro-datepicker"
},
"type": "module",
"main": "index.js",
"license": "Apache-2.0",
"engines": {
"node": "^20.x || ^22.x "
},
"dependencies": {
"@alaskaairux/icons": "^4.44.1",
"@aurodesignsystem/auro-dropdown": "^3.2.2",
"@aurodesignsystem/auro-formvalidation": "^1.0.4",
"@aurodesignsystem/auro-input": "^4.3.0",
"@aurodesignsystem/auro-library": "^3.0.3",
"@aurodesignsystem/auro-popover": "^4.1.1",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-list": "^0.27.0",
"@material/mwc-menu": "^0.27.0",
"chalk": "^5.3.0",
"date-fns": "^4.1.0",
"lit": "^3.2.1",
"wc-range-datepicker": "^1.3.0"
},
"peerDependencies": {
"@aurodesignsystem/design-tokens": "^4.10.0",
"@aurodesignsystem/webcorestylesheets": "^5.1.2"
},
"devDependencies": {
"@aurodesignsystem/design-tokens": "^4.12.0",
"@aurodesignsystem/eslint-config": "^1.3.3",
"@aurodesignsystem/webcorestylesheets": "^5.1.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@web/dev-server": "^0.4.6",
"@web/test-runner": "^0.19.0",
"autoprefixer": "^10.4.20",
"compression": "^1.7.5",
"concat": "^1.0.3",
"concurrently": "^9.1.0",
"copyfiles": "^2.4.1",
"core-js": "^3.39.0",
"eslint": "^9.16.0",
"eslint-plugin-jsdoc": "^50.6.0",
"husky": "^9.1.7",
"markdown-magic": "^2.6.1",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-discard-comments": "^7.0.3",
"postcss-selector-replace": "^1.0.2",
"rollup": "^4.28.1",
"rollup-plugin-serve": "^3.0.0",
"sass": "^1.82.0",
"semantic-release": "^24.2.0",
"stylelint": "^16.11.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"typescript": "^5.7.2",
"wc-sass-render": "^1.4.0",
"web-component-analyzer": "^2.0.0",
"whatwg-fetch": "^3.6.20",
"yaml-lint": "^1.7.0"
},
"overrides": {
"wc-sass-render": {
"sass": "$sass"
}
},
"browserslist": [
"last 2 Chrome versions",
"last 2 iOS major versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari major versions"
],
"nodemonConfig": {
"ignore": [
"*-css.js",
"*.css"
]
},
"release": {
"branches": [
{
"name": "main"
},
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "./CHANGELOG.md",
"changelogTitle": "# Semantic Release Automated Changelog"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"./package.json",
"./CHANGELOG.md",
"./README.md",
"./docs/api.md",
"./demo/demo.md",
"./demo/api.md",
"./src/dropdownVersion.js",
"./src/inputVersion.js",
"./demo/api.min.js",
"./demo/index.min.js"
]
}
],
"@semantic-release/github"
]
},
"publishConfig": {
"access": "public"
},
"keywords": [
"alaska airlines",
"auro",
"design system",
"web components"
],
"scripts": {
"build": "npm-run-all build:sass build:version postversion types bundler",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all linters build postinstall test",
"build:ci": "npm-run-all sweep build:release",
"build:api": "wca analyze 'src/auro-datepicker.js' --outFiles docs/api.md",
"build:demo": "npm-run-all build demo:rm:build demo:new:build demo:copy:index demo:copy:demo demo:update:index",
"build:dev:assets": "npm-run-all build:sass:demo build:sass:component postCss:component sass:render postversion",
"build:docs": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/generateDocs.mjs",
"build:sass": "npm-run-all build:sass:demo build:sass:component postCss:component sass:render",
"build:sass:demo": "sass --no-source-map demo:demo",
"build:sass:component": "for file in src/*.scss; do npx sass --no-source-map \"$file:${file%.scss}.css\"; done",
"build:version": "node scripts/version.mjs",
"build:watch": "nodemon -e scss,js,html --watch src --watch apiExamples --watch docs --exec npm run build:dev:assets",
"bundler": "rollup -c",
"bundler:test": "rollup -c -w",
"scssLint": "stylelint \"./src/**/*.scss\"",
"dev": "concurrently --kill-others 'npm run build:watch' 'npm run serve'",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"esLint": "./node_modules/.bin/eslint src/**/*.js --ignore-pattern 'src/**/*Version.js'",
"linters": "npm-run-all scssLint esLint",
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
"postCss:component": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs",
"postinstall": "node packageScripts/postinstall.mjs",
"sass:render": "sass-render src/*.css -t ./node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"sweep": "rm -rf ./demo/css ./dist | rm ./src/*.css ./src/*-css.js ./demo/*.min.js",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky install",
"types": "tsc",
"postversion": "npm-run-all build:api build:docs"
}
}