@42mo/42mo-web-styles
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "@42mo/42mo-web-styles", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "### What is it? ###", | ||
"main": "dist/index.html", | ||
"type": "module", | ||
"scripts": { | ||
"start": "concurrently \"npm run start-dev-server\" \"npm run start-sass-watch\" -c \"bgWhite.bold,black.bgBlue.bold\" -n \" DEV-SERVER , BUILD-CSS \"", | ||
"start-sass-watch": "sass --watch lib/index.scss:dist/css/42mo-web-styles.css --style=compressed", | ||
"start-dev-server": "flr" | ||
"start-dev-server": "flr", | ||
"build": "tsc", | ||
"build:watch": "tsc --watch", | ||
"serve": "wds --watch" | ||
}, | ||
@@ -18,6 +22,32 @@ "repository": { | ||
"homepage": "https://bitbucket.org/meltsasm/42mo-web-styles#readme", | ||
"dependencies": { | ||
"lit": "^2.7.4" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^5.2.0", | ||
"fast-live-reload": "^2.8.2", | ||
"sass": "^1.24.4" | ||
"sass": "^1.24.4", | ||
"@11ty/eleventy": "^1.0.1", | ||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0", | ||
"@custom-elements-manifest/analyzer": "^0.6.3", | ||
"@open-wc/testing": "^3.1.5", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.25.0", | ||
"@typescript-eslint/parser": "^5.25.0", | ||
"@web/dev-server": "^0.1.31", | ||
"@web/dev-server-legacy": "^1.0.0", | ||
"@web/test-runner": "^0.15.0", | ||
"@web/test-runner-playwright": "^0.9.0", | ||
"@webcomponents/webcomponentsjs": "^2.6.0", | ||
"eslint": "^8.15.0", | ||
"lit-analyzer": "^1.2.1", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.73.0", | ||
"rollup-plugin-summary": "^1.4.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "~4.7.4" | ||
}, | ||
@@ -24,0 +54,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
2246528
55
865
Yes
1
24
1
3
+ Addedlit@^2.7.4
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)