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

57 lines
1.4 KiB
JSON
Raw Normal View History

2020-09-14 22:57:11 +08:00
{
2020-09-16 21:30:39 +08:00
"name": "troisjs",
2022-02-17 02:57:22 +08:00
"version": "0.3.4",
2020-09-14 22:57:11 +08:00
"scripts": {
"dev": "vite",
2021-04-28 02:07:12 +08:00
"types": "tsc",
2021-04-15 04:08:16 +08:00
"build": "vue-tsc --noEmit && vite build",
2021-04-29 00:07:58 +08:00
"rollup": "tsc && rollup -c"
2020-09-14 22:57:11 +08:00
},
"devDependencies": {
2021-10-31 03:46:26 +08:00
"@rollup/plugin-replace": "^3.0.0",
2022-02-17 02:57:22 +08:00
"@types/three": "^0.136.0",
2021-10-31 03:46:26 +08:00
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
2022-02-17 02:57:22 +08:00
"@vitejs/plugin-vue": "^2.2.0",
2021-10-31 03:46:26 +08:00
"@vue/compiler-sfc": "^3.2.20",
"@vue/eslint-config-standard": "^6.1.0",
2022-02-17 02:57:22 +08:00
"@vue/eslint-config-typescript": "^10.0.0",
2021-04-07 01:17:32 +08:00
"cannon": "^0.6.2",
2022-02-17 02:57:22 +08:00
"esbuild": "^0.14.21",
2021-10-31 03:46:26 +08:00
"eslint": "^8.1.0",
2020-09-14 22:57:11 +08:00
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
2022-02-17 02:57:22 +08:00
"eslint-plugin-promise": "^6.0.0",
2021-10-31 03:46:26 +08:00
"eslint-plugin-vue": "^8.0.3",
2021-03-05 18:09:06 +08:00
"gsap": "^3.5.1",
2021-10-31 03:46:26 +08:00
"rollup-plugin-dts": "^4.0.0",
2021-04-28 00:45:37 +08:00
"rollup-plugin-esbuild": "^4.1.0",
2021-04-06 22:28:04 +08:00
"stats.js": "0.17.0",
2022-02-17 02:57:22 +08:00
"three": "^0.136.0",
2021-04-27 01:05:12 +08:00
"typescript": "^4.1.5",
2021-10-31 03:46:26 +08:00
"vite": "^2.6.13",
"vue": "^3.2.20",
"vue-eslint-parser": "^8.0.1",
2022-02-17 02:57:22 +08:00
"vue-tsc": "^0.31.4"
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",
2021-04-28 02:07:12 +08:00
"types": "build/trois.d.ts",
2020-09-16 04:06:45 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/troisjs/trois.git"
},
"keywords": [
2021-04-29 00:07:58 +08:00
"threejs",
2020-09-16 04:06:45 +08:00
"vuejs",
2021-04-29 00:07:58 +08:00
"webgl",
"vitejs"
2020-09-16 04:06:45 +08:00
],
"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
}