-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
171 lines (171 loc) Β· 6.3 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
{
"description": "Atlas BI Library",
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@creativebulma/bulma-badge": "github:christopherpickering/bulma-badge",
"@creativebulma/bulma-tooltip": "1.2.0",
"@fontsource/inter": "^5.0.0",
"@fontsource/rasa": "^5.0.0",
"@fontsource/source-code-pro": "^5.0.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "^9.0.0",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "12.1.0",
"@toycode/markdown-it-class": "1.2.4",
"bulma": "0.9.4",
"bulma-checkradio": "2.1.3",
"bulma-steps-component": "github:atlas-bi/bulma-steps",
"bulma-switch": "2.0.4",
"chart.js": "2.9.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "3.3.0",
"date-fns": "^3.0.0",
"dompurify": "3.0.0",
"es6-symbol": "3.1.3",
"eslint": "^8.43.0",
"fancy-log": "2.0.0",
"focus-within": "3.0.2",
"fontawesome-subset": "^4.4.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-postcss": "10.0.0",
"gulp-purgecss": "5.0.0",
"gulp-rename": "2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "5.1.0",
"gulp-uglify": "3.0.2",
"jsnlog": "2.30.0",
"lint-staged": "^15.2.2",
"markdown-it": "14.0.0",
"npm-run-all2": "^6.0.0",
"open": "8.4.2",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"proxy-polyfill": "0.3.2",
"regenerator-runtime": "^0.14.0",
"rollup": "^4.0.0",
"semantic-release": "^23.0.0",
"stylelint": "^16.0.2",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.0.0",
"xo": "^0.57.0"
},
"homepage": "https://demo.atlas.bi",
"license": "AGPL-3.0-or-later",
"name": "atlas",
"private": true,
"repository": {
"type": "git",
"url": "github:atlas-bi/atlas-bi-library"
},
"scripts": {
"install": "dotnet tool update --global dotnet-ef",
"start": "gulp start",
"dev": "run-p dev:* start",
"build": "gulp build",
"watch": "gulp watch",
"pre-commit": "lint-staged",
"format:static": "prettier --config .prettierrc \"**/*.{ts,css,less,scss,js,json,md,yaml,yml,html}\" --write",
"format:cs": "dotnet csharpier .",
"format": "npm run format:static & npm run format:cs",
"dotnet:build": "dotnet build /clp:performancesummary",
"dotnet:restore": "dotnet restore",
"db:update": "dotnet ef database update --project web/web.csproj -v",
"dotnet:publish": "npm run build && dotnet publish web/web.csproj -r win-x86 --self-contained false -c Release -o out",
"test:report_html": "reportgenerator -reports:coverage.cobertura.xml -targetdir:coverage/ -reporttypes:html",
"test:integrationTests": "coverlet web.Tests/bin/Debug/net8.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter IntegrationTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"",
"test:browserTests": "coverlet web.Tests/bin/Debug/net8.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter=BrowserTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"",
"test:functionTests": "coverlet web.Tests/bin/Debug/net8.0/web.Tests.dll --target \"dotnet\" --targetargs \"test --filter=FunctionTests --no-build -e Demo=True\" --format cobertura --exclude-by-file \"**/Migrations/*\"",
"lint:js": "xo web/wwwroot/js",
"lint:scss": "stylelint \"web/wwwroot/css/**/*.scss\"",
"lint": "npm run lint:js & npm run lint:scss",
"test:dev": "npm run dotnet:build && (npm run test || true) && npm run test:report_html",
"commit": "git add . && npm run pre-commit && cz --no-verify",
"dev:saml": "node ./idp/bin/run.js --acsUrl https://localhost:5001/Auth/Asc --audience atlas-library",
"dev:solr": "./web/solr/bin/solr start -f",
"saml:cert": "openssl req -x509 -new -newkey rsa:2048 -nodes -subj '/C=US/ST=California/L=San Francisco/O=JankyCo/CN=Test Identity Provider' -keyout idp/idp-private-key.pem -out idp/idp-public-cert.pem -days 7300",
"saml:setup": "git submodule update --rebase --remote; cd idp/; npm install"
},
"lint-staged": {
"*.cs": "dotnet csharpier .",
"**/*.{ts,css,less,scss,js,json,md,yaml,html}": "npm run format:static"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"xo": {
"space": true,
"prettier": true,
"ignores": [
"web/wwwroot/js/polyfill/",
"web/wwwroot/js/**/*.min.js",
"web/wwwroot/js/old_mail.js",
"web/wwwroot/js/essential.js"
],
"globals": [
"cache",
"__dirname",
"debounce",
"showMessageBox",
"CodeMirror",
"getUrlVars",
"serialize",
"getOffset",
"getCookie",
"setCookie",
"window",
"document",
"CustomEvent",
"history",
"sessionStorage",
"getComputedStyle",
"parseInt",
"XMLHttpRequest",
"Node",
"navigator",
"FormData",
"Chart",
"event",
"DOMPurify"
],
"rules": {
"unicorn/no-for-loop": "off",
"unicorn/no-array-for-each": "off",
"guard-for-in": "warn",
"unicorn/no-this-assignment": "off",
"unicorn/prefer-default-parameters": "off",
"unicorn/no-document-cookie": "off",
"unicorn/prefer-dom-node-dataset": "off",
"unicorn/no-empty-file": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-query-selector": "warn",
"unicorn/prefer-number-properties": "off",
"no-negated-condition": "warn",
"no-multi-assign": "warn",
"unicorn/prefer-keyboard-event-key": "off",
"no-new": "warn",
"unicorn/no-typeof-undefined": "off",
"unicorn/prefer-string-replace-all": "warn",
"unicorn/prefer-at": "warn"
}
},
"version": "3.15.2",
"dependencies": {
"sass": "^1.63.6"
}
}