69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "tainacan",
|
|
"description": "Tainacan",
|
|
"author": "Eduardo <eduardo.humberto1992@gmail.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=development webpack --config webpack.dev.js --progress --mode development",
|
|
"build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production"
|
|
},
|
|
"dependencies": {
|
|
"apexcharts": "^3.36.3",
|
|
"axios": "^1.1.3",
|
|
"blurhash": "^2.0.4",
|
|
"buefy": "^0.9.22",
|
|
"bulma": "^0.9.4",
|
|
"conditioner-core": "^2.3.3",
|
|
"countup.js": "^2.3.2",
|
|
"css-vars-ponyfill": "^2.4.8",
|
|
"floating-vue": "^1.0.0-beta.18",
|
|
"leaflet": "^1.9.3",
|
|
"masonry-layout": "^4.2.2",
|
|
"moment": "^2.29.4",
|
|
"node-sass": "^7.0.3",
|
|
"photoswipe": "^5.3.3",
|
|
"qs": "^6.11.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"swiper": "^8.4.4",
|
|
"t": "^0.5.1",
|
|
"vue": "^2.6.14",
|
|
"vue-apexcharts": "^1.6.2",
|
|
"vue-blurhash": "^0.1.4",
|
|
"vue-countup-v2": "^4.0.0",
|
|
"vue-router": "^3.5.4",
|
|
"vue-the-mask": "^0.11.1",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.5",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@types/masonry-layout": "^4.2.5",
|
|
"acorn": "^8.7.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"babel-loader": "^8.2.5",
|
|
"circular-dependency-plugin": "5.2.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.18.0",
|
|
"eslint-plugin-vue": "^9.1.1",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"file-loader": "^6.2.0",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"postcss-loader": "7.0.0",
|
|
"sass-loader": "^13.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "5.3.3",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^5.73.0",
|
|
"webpack-bundle-analyzer": "^4.6.1",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.9.2",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|