2017-12-04 15:37:16 +00:00
|
|
|
{
|
|
|
|
"name": "tainacan",
|
|
|
|
"description": "Tainacan",
|
2023-05-30 12:34:34 +00:00
|
|
|
"author": "Tainacan <tainacan.l3p@gmail.com>",
|
2017-12-04 15:37:16 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-04-01 19:35:01 +00:00
|
|
|
"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"
|
2017-12-04 15:37:16 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-29 18:58:04 +00:00
|
|
|
"@ntohq/buefy-next": "^0.1.4",
|
2023-07-18 19:35:16 +00:00
|
|
|
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
|
|
|
"another-vue3-blurhash": "^0.0.1",
|
2024-07-29 18:58:04 +00:00
|
|
|
"apexcharts": "^3.51.0",
|
2024-04-02 12:06:25 +00:00
|
|
|
"axios": "^1.6.8",
|
2023-03-06 12:25:32 +00:00
|
|
|
"blurhash": "^2.0.5",
|
2022-06-22 15:06:12 +00:00
|
|
|
"bulma": "^0.9.4",
|
2021-07-22 20:55:37 +00:00
|
|
|
"conditioner-core": "^2.3.3",
|
2023-09-21 19:26:59 +00:00
|
|
|
"countup.js": "^2.8.0",
|
2024-03-13 15:16:58 +00:00
|
|
|
"css-vars-ponyfill": "^2.4.9",
|
2024-02-08 19:21:36 +00:00
|
|
|
"floating-vue": "5.2.2",
|
2023-05-30 12:34:34 +00:00
|
|
|
"leaflet": "^1.9.4",
|
2023-01-20 21:44:55 +00:00
|
|
|
"leaflet-active-area": "^1.2.1",
|
2022-06-16 13:18:01 +00:00
|
|
|
"masonry-layout": "^4.2.2",
|
2023-07-18 12:10:58 +00:00
|
|
|
"mitt": "^3.0.1",
|
2024-01-22 20:51:41 +00:00
|
|
|
"moment": "^2.30.1",
|
2023-12-18 22:45:27 +00:00
|
|
|
"node-sass": "^8.0.0",
|
2024-05-29 18:01:04 +00:00
|
|
|
"photoswipe": "^5.4.4",
|
2024-07-29 18:58:04 +00:00
|
|
|
"qs": "^6.12.3",
|
2024-05-23 14:21:36 +00:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-01-22 20:51:41 +00:00
|
|
|
"sortablejs": "^1.15.2",
|
2023-12-04 14:19:45 +00:00
|
|
|
"sortablejs-vue3": "^1.2.11",
|
2024-07-29 18:58:04 +00:00
|
|
|
"swiper": "^11.1.8",
|
|
|
|
"vue": "^3.4.34",
|
2024-05-23 14:21:36 +00:00
|
|
|
"vue-countup-v3": "^1.4.2",
|
|
|
|
"vue-imask": "^7.6.1",
|
2024-07-29 18:58:04 +00:00
|
|
|
"vue-router": "^4.4.0",
|
2024-05-23 14:21:36 +00:00
|
|
|
"vue3-apexcharts": "^1.5.3",
|
2023-07-10 21:04:58 +00:00
|
|
|
"vuex": "^4.1.0"
|
2017-12-04 15:37:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-29 18:58:04 +00:00
|
|
|
"@babel/core": "^7.24.9",
|
2024-01-26 18:59:01 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2024-07-29 18:58:04 +00:00
|
|
|
"@babel/preset-env": "^7.25.0",
|
|
|
|
"@babel/preset-react": "^7.24.7",
|
|
|
|
"@types/leaflet": "^1.9.12",
|
|
|
|
"@types/masonry-layout": "^4.2.8",
|
|
|
|
"@vue/compiler-sfc": "3.4.34",
|
|
|
|
"acorn": "^8.12.1",
|
|
|
|
"ajv": "^8.17.1",
|
2024-04-02 12:06:25 +00:00
|
|
|
"autoprefixer": "^10.4.19",
|
2023-07-18 17:58:19 +00:00
|
|
|
"babel-loader": "^9.1.3",
|
2022-06-16 13:18:01 +00:00
|
|
|
"circular-dependency-plugin": "5.2.2",
|
2022-04-01 19:35:01 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2024-04-02 12:06:25 +00:00
|
|
|
"css-loader": "^6.10.0",
|
|
|
|
"eslint": "^8.57.0",
|
2024-07-29 18:58:04 +00:00
|
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
|
|
"eslint-webpack-plugin": "^4.2.0",
|
2022-04-01 19:35:01 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2021-04-28 14:25:15 +00:00
|
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
2024-03-14 14:19:19 +00:00
|
|
|
"postcss-loader": "8.1.1",
|
2023-12-04 14:19:45 +00:00
|
|
|
"sass-loader": "^13.3.2",
|
2024-01-22 20:51:41 +00:00
|
|
|
"style-loader": "^3.3.4",
|
|
|
|
"terser-webpack-plugin": "5.3.10",
|
|
|
|
"vue-loader": "^17.4.2",
|
2024-07-29 18:58:04 +00:00
|
|
|
"webpack": "^5.93.0",
|
|
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
2023-12-04 14:19:45 +00:00
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"webpack-dev-server": "^4.15.1",
|
|
|
|
"webpack-merge": "^5.10.0"
|
2017-12-04 15:37:16 +00:00
|
|
|
}
|
2017-12-05 12:28:38 +00:00
|
|
|
}
|