-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 2.09 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
{
"name": "web-components-toolbox-klubschule",
"version": "0.0.1",
"description": "web components toolbox to be used in a CMS",
"main": "./index.html",
"scripts": {
"fix": "standard --fix",
"serve": "live-server --port=3000 --host=localhost --no-css-inject",
"test": "live-server --port=2400 --host=localhost --no-browser --ignorePattern=.* & npx playwright test --config=e2e/ && killall node",
"test-template-preview": "live-server --port=2400 --host=localhost --no-browser --ignorePattern=.* & npx playwright test --config=src/es/components/pages/generator/ && killall node",
"download-template-preview": "uriDefault=https://www.klubschule.ch/ path=src/es/components/pages/generator/ testUri='./src/es/components/web-components-toolbox/docs/TemplateMiduweb.html?rootFolder=src&css=./src/css/variablesCustomKlubschule.css&login=./src/es/components/molecules/login/default-/default-.html&logo=./src/es/components/atoms/logo/default-/default-.html&nav=./src/es/components/web-components-toolbox/src/es/components/molecules/multiLevelNavigation/default-/default-.html&footer=./src/es/components/organisms/footer/default-/default-.html&content=./src/es/components/pages/generator/' node src/es/components/web-components-toolbox/generator/download-template-preview.js",
"update": "git submodule update --init --recursive --force",
"build-css": "lightningcss --minify --bundle --targets '>= 0.25%' src/css/variablesCustomKlubschule.css -o src/css/variablesCustomKlubschule.min.css & lightningcss --minify --bundle --targets '>= 0.25%' src/css/variablesCustomIbaw.css -o src/css/variablesCustomIbaw.min.css & lightningcss --minify --bundle --targets '>= 0.25%' src/css/variablesCustomKsos.css -o src/css/variablesCustomKsos.min.css"
},
"author": "weedshaker@gmail.com, edx.mgb@gmail.com",
"license": "MIT",
"devDependencies": {
"@playwright/test": "*",
"lightningcss-cli": "^1.26.0",
"live-server": "*",
"standard": "*"
},
"standard": {
"ignore": [
"/src/es/components/web-components-toolbox/",
"/src/css/web-components-toolbox-migros-design-experience/"
]
}
}