build-threejs-app
Advanced tools
Comparing version 0.0.6 to 0.1.0
{ | ||
"name": "build-threejs-app", | ||
"description": "A boilerplate/starter project for quickly building three.js app using Vite & Three.", | ||
"private": false, | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"bin": "bin/buildApp.js", | ||
"bin": "dist/index.js", | ||
"author": "Bibash Thapa Magar <bibashmgr>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"threejs", | ||
"boilerplate", | ||
"build-threejs-app" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bibashmgr/build-threejs-app.git" | ||
}, | ||
"homepage": "https://github.com/bibashmgr/build-threejs-app#readme", | ||
"bugs": { | ||
"url": "https://github.com/bibashmgr/build-threejs-app/issues" | ||
}, | ||
"files": [ | ||
"dist", | ||
"templates", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview" | ||
"build": "npx tsc", | ||
"test": "npx tsc && node dist/index.js" | ||
}, | ||
"devDependencies": { | ||
"dat.gui": "^0.7.9", | ||
"events": "^3.3.0", | ||
"gsap": "^3.12.2", | ||
"three": "^0.155.0", | ||
"vite": "^4.4.7", | ||
"vite-plugin-glsl": "^1.1.2" | ||
"@types/prompts": "^2.4.7", | ||
"kolorist": "^1.8.0", | ||
"prompts": "^2.4.2", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Three.js Boilerplate | ||
# Build ThreeJS App | ||
@@ -10,3 +10,3 @@ A boilerplate/starter project for quickly building three.js app using Vite & Three. | ||
```bash | ||
npx build-threejs-app@latest <project-name> | ||
npx build-threejs-app@latest | ||
``` | ||
@@ -30,33 +30,2 @@ | ||
npm run dev | ||
``` | ||
## Dependencies: | ||
| Package | Version | | ||
| ----------------------------------------------- | :------------------------------------------------------------------------------- | | ||
| [vite](packages/vite) | ![vite version](https://img.shields.io/npm/v/vite.svg?label=%20) | | ||
| [three](packages/three) | ![three](https://img.shields.io/npm/v/three?label=%20) | | ||
| [events](packages/events) | ![events](https://img.shields.io/npm/v/events?label=%20) | | ||
| [vite-plugin-glsl](packages/vite-glsl-plugin) | ![vite-plugin-glsl](https://img.shields.io/npm/v/vite-plugin-glsl?label=%20) | | ||
| [gsap](packages/gsap) | ![vite-plugin=glsl](https://img.shields.io/npm/v/gsap?label=%20) | | ||
| [dat.gui](packages/dat.gui) | ![vite-plugin=glsl](https://img.shields.io/npm/v/dat.gui?label=%20) | | ||
## Project Structure: | ||
``` | ||
public\ | ||
|--models\ # Contain 3d models | ||
|--textures\ # Contain textures | ||
src\ | ||
|--constants\ # Contain environment variables and configuration related things | ||
|--helpers\ # Contain helper classes & functions | ||
|--scenes\ # Contain scenes & its objects | ||
|--shaders\ # Contain custom shaders | ||
|--utils\ # Contain utility classes & functions | ||
|--Camera.js # Handle cameras | ||
|--Experience.js # Handle experience & scenes | ||
|--Renderer.js # Handle renderers | ||
index.html | ||
main.js | ||
style.css # Custom styling | ||
``` | ||
`````` |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances 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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7533898
4
77
0
26588
0
13
29
28
37