1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
trois/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-14 22:57:11 +08:00
{
2020-09-16 21:30:39 +08:00
"name": "troisjs",
2021-04-07 03:46:35 +08:00
"version": "0.2.3",
2020-09-14 22:57:11 +08:00
"scripts": {
"dev": "vite",
2021-04-15 04:08:16 +08:00
"build": "vue-tsc --noEmit && vite build",
2020-09-16 21:30:39 +08:00
"rollup": "rollup -c"
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",
2021-04-15 04:08:16 +08:00
"@types/three": "^0.127.1",
2021-04-03 18:51:53 +08:00
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
2021-04-07 01:17:32 +08:00
"cannon": "^0.6.2",
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",
2021-03-05 18:09:06 +08:00
"gsap": "^3.5.1",
2021-02-21 21:10:11 +08:00
"rollup-plugin-terser": "^7.0.2",
2021-04-03 18:51:53 +08:00
"rollup-plugin-vue": "^6.0.0-beta.11",
2021-04-06 22:28:04 +08:00
"stats.js": "0.17.0",
2021-04-03 18:51:53 +08:00
"three": "^0.127",
2021-04-15 04:08:16 +08:00
"typescript": "^4.1.3",
2021-04-03 18:51:53 +08:00
"vite": "^2.1.5",
2021-04-15 04:08:16 +08:00
"vue": "^3.0.11",
"vue-tsc": "^0.0.15"
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
}