tainacan/package.json

73 lines
2.2 KiB
JSON
Raw Normal View History

{
"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": {
2023-09-21 19:26:59 +00:00
"@ntohq/buefy-next": "^0.1.2",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"another-vue3-blurhash": "^0.0.1",
"apexcharts": "^3.44.1",
"axios": "^1.6.2",
2023-03-06 12:25:32 +00:00
"blurhash": "^2.0.5",
"bulma": "^0.9.4",
"conditioner-core": "^2.3.3",
2023-09-21 19:26:59 +00:00
"countup.js": "^2.8.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",
2022-08-01 14:51:59 +00:00
"moment": "^2.29.4",
2023-12-18 22:45:27 +00:00
"node-sass": "^8.0.0",
"photoswipe": "^5.4.3",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sortablejs": "^1.15.1",
"sortablejs-vue3": "^1.2.11",
"swiper": "^11.0.5",
2024-01-02 12:54:40 +00:00
"vue": "^3.3.13",
"vue-countup-v3": "^1.4.0",
"vue-imask": "^7.1.3",
"vue-router": "^4.2.5",
"vue3-apexcharts": "^1.4.4",
"vuex": "^4.1.0"
},
"devDependencies": {
2023-12-18 22:45:27 +00:00
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@types/leaflet": "^1.9.8",
"@types/masonry-layout": "^4.2.7",
2023-12-18 22:45:27 +00:00
"@vue/compiler-sfc": "3.3.12",
"acorn": "^8.11.2",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"circular-dependency-plugin": "5.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
2023-12-18 22:45:27 +00:00
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"moment-locales-webpack-plugin": "^1.2.0",
"postcss-loader": "7.3.3",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "5.3.9",
"vue-loader": "^17.3.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
}
2017-12-05 12:28:38 +00:00
}