tainacan/package.json

66 lines
1.9 KiB
JSON
Raw Normal View History

{
"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": {
2022-03-31 18:12:07 +00:00
"apexcharts": "^3.34.0",
2021-10-27 14:17:42 +00:00
"axios": "^0.21.4",
2022-02-24 20:51:42 +00:00
"blurhash": "^1.1.5",
2022-03-02 18:02:07 +00:00
"buefy": "^0.9.19",
2021-09-06 20:04:04 +00:00
"bulma": "^0.9.3",
"conditioner-core": "^2.3.3",
2022-03-31 18:12:07 +00:00
"countup.js": "^2.1.0",
2021-10-27 14:35:51 +00:00
"css-vars-ponyfill": "^2.4.7",
2022-03-31 18:12:07 +00:00
"floating-vue": "^1.0.0-beta.15",
2021-10-27 17:42:59 +00:00
"moment": "^2.29.1",
"node-sass": "^7.0.1",
2022-03-31 18:12:07 +00:00
"photoswipe": "^5.2.2",
"qs": "^6.10.3",
2022-02-24 20:51:42 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swiper": "^8.0.7",
"t": "^0.5.1",
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-masonry-css": "^1.0.3",
"vue-router": "^3.1.6",
"vue-the-mask": "^0.11.1",
2021-10-27 17:48:41 +00:00
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"acorn": "^8.7.0",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"moment-locales-webpack-plugin": "^1.2.0",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "5.3.1",
2021-10-27 17:42:59 +00:00
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"circular-dependency-plugin": "5.2.2"
}
2017-12-05 12:28:38 +00:00
}