mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 12:55:08 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "vue-three-d-mockup",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": "Anatoly Kopyl <akopyl@radner.ru>",
|
|
"license": "GPL-3.0",
|
|
"main": "bundle/vue-three-d-mockup.esm.js",
|
|
"browser": {
|
|
"./sfc": "src/Mockup.vue"
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"build-bundle": "rollup -c",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"pre-commit": [
|
|
"build-bundle"
|
|
],
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"three": "^0.137.5",
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
"@rollup/plugin-url": "^6.1.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@vue/eslint-config-airbnb": "^5.0.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-vue": "^7.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"pre-commit": "^1.2.2",
|
|
"rollup-plugin-vue": "^6.0.0"
|
|
}
|
|
}
|