2020-09-14 22:57:11 +08:00
|
|
|
{
|
2020-09-16 21:30:39 +08:00
|
|
|
"name": "troisjs",
|
2020-09-29 03:04:47 +08:00
|
|
|
"version": "0.0.9",
|
2020-09-14 22:57:11 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2020-09-16 21:30:39 +08:00
|
|
|
"build": "vite build",
|
|
|
|
"rollup": "rollup -c"
|
2020-09-14 22:57:11 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-19 18:42:37 +08:00
|
|
|
"chroma-js": "^2.1.0",
|
2020-09-29 03:04:47 +08:00
|
|
|
"gsap": "^3.5.1",
|
2020-09-16 21:37:26 +08:00
|
|
|
"three": "^0.120"
|
2020-09-14 22:57:11 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-16 21:37:26 +08:00
|
|
|
"@rollup/plugin-buble": "^0.21.3",
|
2020-09-29 03:04:47 +08:00
|
|
|
"@rollup/plugin-replace": "^2.3.3",
|
2020-09-19 18:42:37 +08:00
|
|
|
"@vue/compiler-sfc": "^3.0.0",
|
2020-09-14 22:57:11 +08:00
|
|
|
"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",
|
2020-09-16 21:37:26 +08:00
|
|
|
"rollup-plugin-vue": "^6.0.0-beta.10",
|
2020-09-15 16:07:57 +08:00
|
|
|
"sass": "^1.26.10",
|
2020-09-16 21:30:39 +08:00
|
|
|
"vite": "^1.0.0-rc.4",
|
2020-09-19 18:42:37 +08:00
|
|
|
"vue": "^3.0.0"
|
2020-09-16 04:06:45 +08:00
|
|
|
},
|
2020-09-16 21:37:26 +08:00
|
|
|
"main": "build/trois.js",
|
|
|
|
"module": "build/trois.module.js",
|
2020-09-16 04:06:45 +08:00
|
|
|
"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"
|
2020-09-14 22:57:11 +08:00
|
|
|
}
|