Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

build-threejs-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-threejs-app - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

LICENSE

41

package.json
{
"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
```
``````
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc