tainacan/package.json

70 lines
2.0 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": {
"apexcharts": "^3.40.0",
"axios": "^1.4.0",
2023-03-06 12:25:32 +00:00
"blurhash": "^2.0.5",
"buefy": "^0.9.23",
"bulma": "^0.9.4",
"conditioner-core": "^2.3.3",
"countup.js": "^2.6.2",
"css-vars-ponyfill": "^2.4.8",
2023-03-06 12:25:32 +00:00
"floating-vue": "^1.0.0-beta.19",
"leaflet": "^1.9.4",
"leaflet-active-area": "^1.2.1",
"masonry-layout": "^4.2.2",
2022-08-01 14:51:59 +00:00
"moment": "^2.29.4",
"node-sass": "^7.0.3",
"photoswipe": "^5.3.7",
"qs": "^6.11.2",
2022-02-24 20:51:42 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swiper": "^8.4.5",
2021-10-27 17:42:59 +00:00
"vue": "^2.6.14",
2021-10-27 14:17:42 +00:00
"vue-apexcharts": "^1.6.2",
"vue-blurhash": "^0.1.4",
"vue-countup-v2": "^4.0.0",
"vue-router": "^3.6.5",
"vue-the-mask": "^0.11.1",
"vue2-leaflet": "^2.7.1",
2021-10-27 17:48:41 +00:00
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/leaflet": "^1.9.1",
"@types/masonry-layout": "^4.2.5",
"acorn": "^8.8.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"circular-dependency-plugin": "5.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"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": "^15.10.1",
2021-10-27 17:42:59 +00:00
"vue-template-compiler": "^2.6.14",
"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"
}
2017-12-05 12:28:38 +00:00
}