UNPKG

lingo3d-vanilla

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

42 lines (41 loc) 897 B
{ "name": "lingo3d-vanilla", "version": "1.33.19", "description": "Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor", "author": "Lingo3D", "license": "MIT", "keywords": [ "lingo3d", "3d", "game", "react", "vue" ], "dependencies": { "lingo3d": "1.33.19" }, "peerDependencies": { }, "devDependencies": { "typescript": "*", "webpack": "5", "webpack-cli": "4", "html-webpack-plugin": "5", "webpack-dev-server": "4", "webpack-notifier": "1", "@babel/cli": "7", "@babel/core": "7", "@babel/preset-env": "7", "@babel/preset-typescript": "7", "@babel/runtime": "7", "core-js": "3", "babel-loader": "8", "fork-ts-checker-webpack-plugin": "7" }, "scripts": { "build": "ambients clean && yarn webpack --mode production", "start": "yarn webpack-dev-server", "dev": "yarn start" }, "private": false }