@ddict/popup
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@ddict/popup", | ||
"version": "1.0.6", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/popup.umd.js", | ||
"module": "./dist/popup.es.js", | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"lint": "eslint src", | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"daisyui": "^1.25.4", | ||
"vue": "^3.2.25" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^2.0.0", | ||
"autoprefixer": "^10.4.2", | ||
"eslint": "^8.6.0", | ||
"eslint-plugin-vue": "^8.2.0", | ||
"postcss": "^8.4.6", | ||
"tailwindcss": "^3.0.19", | ||
"vite": "^2.7.2" | ||
} | ||
"name": "@ddict/popup", | ||
"version": "1.0.7", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/popup.umd.js", | ||
"module": "./dist/popup.es.js", | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | ||
"format": "prettier --write src/", | ||
"format-check": "prettier --check src/" | ||
}, | ||
"dependencies": { | ||
"@headlessui/vue": "^1.7.22", | ||
"@heroicons/vue": "^2.1.5", | ||
"@vueuse/core": "^10.11.0", | ||
"@vueuse/sound": "^2.0.1", | ||
"daisyui": "^4.12.10", | ||
"pinia": "^2.1.7", | ||
"vue": "^3.4.31", | ||
"vue-router": "^4.4.0" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "^1.10.3", | ||
"@vitejs/plugin-vue": "^5.0.5", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
"autoprefixer": "^10.4.19", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-vue": "^9.27.0", | ||
"eslint-plugin-vuetify": "^2.4.0", | ||
"postcss": "^8.4.39", | ||
"prettier": "^3.3.3", | ||
"tailwindcss": "^3.4.4", | ||
"vite": "^5.3.3" | ||
} | ||
} |
# Ddict Popup | ||
To get the Ddict Popup project up and running on your local machine, follow these steps: | ||
## Prerequisites | ||
- Node v20+ | ||
### Installation | ||
``` | ||
npm install | ||
``` | ||
### Running the Project Locally | ||
``` | ||
npm run dev | ||
``` | ||
This command will start a local development server. You can now access the application in your web browser at the address provided in the terminal output (usually http://localhost:5173). | ||
### Run Lint Check | ||
To check for linting errors, run: | ||
``` | ||
npm run lint | ||
``` | ||
This command will use ESLint to check your code for any linting errors based on the project's configuration. | ||
### Format Code with Prettier | ||
To format your code according to the project's Prettier configuration, run: | ||
``` | ||
npm run format | ||
``` | ||
### Building the Project | ||
``` | ||
npm run build | ||
``` | ||
This command compiles the application into static files in the dist directory. These files can then be deployed to a web server. | ||
## Previewing the Build | ||
After building the project, you can preview the production build locally by running: | ||
``` | ||
npm run preview | ||
``` | ||
Check the terminal output for the local URL to access the preview (usually http://localhost:4173) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296173
6
4724
53
Yes
8
11
69
1
+ Added@headlessui/vue@^1.7.22
+ Added@heroicons/vue@^2.1.5
+ Added@vueuse/core@^10.11.0
+ Added@vueuse/sound@^2.0.1
+ Addedpinia@^2.1.7
+ Addedvue-router@^4.4.0
+ Added@headlessui/vue@1.7.23(transitive)
+ Added@heroicons/vue@2.2.0(transitive)
+ Added@tanstack/virtual-core@3.10.9(transitive)
+ Added@tanstack/vue-virtual@3.10.9(transitive)
+ Added@types/web-bluetooth@0.0.20(transitive)
+ Added@vue/devtools-api@6.6.4(transitive)
+ Added@vueuse/core@10.11.1(transitive)
+ Added@vueuse/metadata@10.11.1(transitive)
+ Added@vueuse/shared@10.11.1(transitive)
+ Added@vueuse/sound@2.0.1(transitive)
+ Addedcamelcase-css@2.0.1(transitive)
+ Addedcss-selector-tokenizer@0.8.0(transitive)
+ Addedcssesc@3.0.0(transitive)
+ Addedculori@3.3.0(transitive)
+ Addeddaisyui@4.12.14(transitive)
+ Addedfastparse@1.1.2(transitive)
+ Addedhowler@2.2.4(transitive)
+ Addedpinia@2.2.7(transitive)
+ Addedpostcss-js@4.0.1(transitive)
+ Addedvue-demi@0.14.10(transitive)
+ Addedvue-router@4.5.0(transitive)
- Removeddaisyui@1.25.4(transitive)
Updateddaisyui@^4.12.10
Updatedvue@^3.4.31