@db-ui/components
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@db-ui/components", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -17,5 +17,8 @@ "author": "", | ||
"build:mv-styles": "cpr src build -o -f \"(.ts|.tsx|.md)$\"", | ||
"build:sass": "sass build --no-source-map --load-path=node_modules/ --load-path=../../node_modules/", | ||
"build:sass": "sass build --no-source-map --load-path=node_modules/ --load-path=../../node_modules/ --future-deprecation=import", | ||
"build:z-post": "node scripts/post-build/index.js", | ||
"build:z2-docs": "react-docgen ../../output/react/src/components/**/*.tsx -o ../../output/docs.json -i *.spec.tsx", | ||
"compile:angular": "mitosis build -c mitosis-angular.config && node -e \"require('./scripts/post-build/angular.js')(true)\" && cpr ../../output/tmp/angular/src ../../output/angular/src -o", | ||
"compile:react": "mitosis build -c mitosis-react.config && node -e \"require('./scripts/post-build/react.js')(true)\" && cpr ../../output/tmp/react/src ../../output/react/src -o", | ||
"compile:vue": "mitosis build -c mitosis-vue.config && node -e \"require('./scripts/post-build/vue.js')(true)\" && cpr ../../output/tmp/vue/vue3/src ../../output/vue/vue3/src -o", | ||
"copy-output": "npm-run-all copy:*", | ||
@@ -25,2 +28,6 @@ "copy:outputs": "cpr build ../../build-outputs/components/build -o", | ||
"copy:readme": "cpr README.md ../../build-outputs/components/README.md -o", | ||
"dev:angular": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:angular\"", | ||
"dev:react": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:react\"", | ||
"dev:scss": "nodemon --watch src -e scss -x \"npm run build:mv-styles && npm run build:sass\"", | ||
"dev:vue": "nodemon --watch src --watch overrides -e tsx,ts -x \"npm run compile:vue\"", | ||
"generate:component": "hygen mitosis new", | ||
@@ -30,14 +37,15 @@ "start": "nodemon --watch src --watch scripts --watch overrides -e js,tsx,ts,scss,json -x \"npm run build\"" | ||
"dependencies": { | ||
"@db-ui/foundations": "0.0.4" | ||
"@db-ui/foundations": "0.0.5" | ||
}, | ||
"devDependencies": { | ||
"@builder.io/eslint-plugin-mitosis": "^0.0.14", | ||
"@builder.io/mitosis": "^0.0.90", | ||
"@builder.io/mitosis-cli": "^0.0.49", | ||
"@builder.io/mitosis": "^0.0.93", | ||
"@builder.io/mitosis-cli": "^0.0.52", | ||
"@react-docgen/cli": "^1.0.0-alpha.1", | ||
"cpr": "3.0.1", | ||
"eslint": "^8.34.0", | ||
"eslint": "^8.37.0", | ||
"hygen": "^6.2.11", | ||
"lit": "^2.6.1", | ||
"nodemon": "2.0.20", | ||
"sass": "^1.58.1" | ||
"lit": "^2.7.0", | ||
"nodemon": "2.0.22", | ||
"sass": "^1.60.0" | ||
}, | ||
@@ -44,0 +52,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
985754
74
23258
10
+ Added@db-ui/foundations@0.0.5(transitive)
- Removed@db-ui/foundations@0.0.4(transitive)
Updated@db-ui/foundations@0.0.5