78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"name": "@specklesystems/powerbi-visual",
|
|
"description": "A 3D viewer for Speckle Object in PowerBI",
|
|
"repository": {
|
|
"type": "github",
|
|
"url": "https://github.com/specklesystems/speckle-powerbi-visuals"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"pack": "webpack --config webpack.config.ts",
|
|
"build": "webpack --config webpack.config.dev.ts",
|
|
"serve": "webpack-dev-server --config webpack.config.dev.ts"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.21.5",
|
|
"@babel/runtime-corejs3": "^7.21.5",
|
|
"@headlessui/vue": "^1.7.13",
|
|
"@heroicons/vue": "^2.0.12",
|
|
"@speckle/tailwind-theme": "2.14.7",
|
|
"@speckle/ui-components": "2.14.7",
|
|
"@speckle/viewer": "^2.18.14",
|
|
"color-interpolate": "^1.0.5",
|
|
"core-js": "^3.30.2",
|
|
"lodash": "^4.17.21",
|
|
"postcss-loader": "^7.3.0",
|
|
"postcss-preset-env": "^8.4.1",
|
|
"powerbi-visuals-api": "~5.4.0",
|
|
"powerbi-visuals-utils-colorutils": "^6.0.1",
|
|
"powerbi-visuals-utils-dataviewutils": "^6.0.1",
|
|
"powerbi-visuals-utils-formattingmodel": "^5.0.0",
|
|
"powerbi-visuals-utils-interactivityutils": "^6.0.2",
|
|
"powerbi-visuals-utils-tooltiputils": "^6.0.1",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.8",
|
|
"@babel/eslint-parser": "^7.21.8",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/lodash": "^4.14.194",
|
|
"@types/node": "^20.1.7",
|
|
"@types/regenerator-runtime": "^0.13.1",
|
|
"@types/three": "^0.152.0",
|
|
"@types/webpack": "^5.28.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-loader": "^9.1.2",
|
|
"base64-inline-loader": "^2.0.1",
|
|
"css-loader": "^6.7.3",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-vue": "^9.13.0",
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
"json-loader": "^0.5.7",
|
|
"mini-css-extract-plugin": "^2.7.5",
|
|
"postcss": "^8.4.23",
|
|
"postcss-import": "^15.1.0",
|
|
"powerbi-visuals-webpack-plugin": "^4.0.0",
|
|
"prettier": "^2.8.8",
|
|
"style-loader": "^3.3.2",
|
|
"tailwindcss": "^3.3.2",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
"typescript": "^5.0.4",
|
|
"user-agent-data-types": "^0.3.1",
|
|
"vue": "^3.3.4",
|
|
"vue-loader": "^17.1.1",
|
|
"vue-template-compiler": "^2.7.14",
|
|
"webpack": "^5.83.0",
|
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
"webpack-cli": "^5.1.1",
|
|
"webpack-dev-server": "^4.15.0"
|
|
}
|
|
}
|