mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "troisjs",
|
|
"version": "0.1.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"rollup": "rollup -c"
|
|
},
|
|
"dependencies": {
|
|
"gsap": "^3.5.1",
|
|
"three": "^0.125",
|
|
"vue": "^3.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-buble": "^0.21.3",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"@vitejs/plugin-vue": "^1.1.4",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"eslint": "^7.7.0",
|
|
"eslint-config-airbnb-base": "^14.2.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"rollup-plugin-vue": "^6.0.0-beta.10",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sass": "^1.26.10",
|
|
"vite": "^2.0.1"
|
|
},
|
|
"main": "build/trois.js",
|
|
"module": "build/trois.module.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/troisjs/trois.git"
|
|
},
|
|
"keywords": [
|
|
"vuejs",
|
|
"vitejs",
|
|
"threejs"
|
|
],
|
|
"author": "Kevin Levron",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/troisjs/trois/issues"
|
|
},
|
|
"homepage": "https://github.com/troisjs/trois"
|
|
}
|