1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00
trois/package.json

43 lines
978 B
JSON
Raw Normal View History

2020-09-14 22:57:11 +08:00
{
2020-09-16 21:30:39 +08:00
"name": "troisjs",
"version": "0.0.5",
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-16 21:30:39 +08:00
"three": "^0.119"
2020-09-14 22:57:11 +08:00
},
"devDependencies": {
"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-15 16:07:57 +08:00
"sass": "^1.26.10",
2020-09-16 21:30:39 +08:00
"vite": "^1.0.0-rc.4",
"vue": "^3.0.0-rc.10"
2020-09-16 04:06:45 +08:00
},
2020-09-16 21:30:39 +08:00
"main": "dist/trois.js",
"module": "dist/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
}