73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "tainacan",
|
|
"description": "Tainacan",
|
|
"author": "Tainacan <tainacan.l3p@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": {
|
|
"@ntohq/buefy-next": "^0.1.1",
|
|
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
|
"another-vue3-blurhash": "^0.0.1",
|
|
"apexcharts": "^3.41.0",
|
|
"axios": "^1.4.0",
|
|
"blurhash": "^2.0.5",
|
|
"bulma": "^0.9.4",
|
|
"conditioner-core": "^2.3.3",
|
|
"countup.js": "^2.7.0",
|
|
"css-vars-ponyfill": "^2.4.8",
|
|
"floating-vue": "^2.0.0-beta.24",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-active-area": "^1.2.1",
|
|
"masonry-layout": "^4.2.2",
|
|
"mitt": "^3.0.1",
|
|
"moment": "^2.29.4",
|
|
"node-sass": "^7.0.3",
|
|
"photoswipe": "^5.3.8",
|
|
"qs": "^6.11.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"sortablejs": "^1.15.0",
|
|
"sortablejs-vue3": "^1.2.9",
|
|
"swiper": "^10.2.0",
|
|
"vue": "^3.3.4",
|
|
"vue-countup-v3": "^1.3.0",
|
|
"vue-router": "^4.2.4",
|
|
"vue-imask": "^7.1.3",
|
|
"vue3-apexcharts": "^1.4.4",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@types/leaflet": "^1.9.3",
|
|
"@types/masonry-layout": "^4.2.5",
|
|
"@vue/compiler-sfc": "3.3.4",
|
|
"acorn": "^8.8.2",
|
|
"ajv": "^8.12.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-loader": "^9.1.3",
|
|
"circular-dependency-plugin": "5.2.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.3",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"eslint-webpack-plugin": "^4.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"postcss-loader": "7.0.2",
|
|
"sass-loader": "^13.2.0",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "5.3.7",
|
|
"vue-loader": "^17.2.2",
|
|
"webpack": "^5.76.0",
|
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|