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

48 lines
1.2 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-03-10 01:25:02 +08:00
"version": "0.1.13",
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
},
"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-02-12 06:50:57 +08:00
"@vitejs/plugin-vue": "^1.1.4",
2021-03-04 05:58:09 +08:00
"@vue/compiler-sfc": "^3.0.7",
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-02-26 05:55:44 +08:00
"rollup-plugin-vue": "^6.0.0-beta.10",
2020-09-15 16:07:57 +08:00
"sass": "^1.26.10",
2021-03-05 18:09:06 +08:00
"three": "^0.125.2",
"vite": "^2.0.5",
"vue": "^3.0.7"
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
}