2017-12-04 15:37:16 +00:00
|
|
|
{
|
|
|
|
"name": "tainacan",
|
|
|
|
"description": "Tainacan",
|
|
|
|
"author": "Eduardo <eduardo.humberto1992@gmail.com>",
|
|
|
|
"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": {
|
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",
|
2021-07-22 20:55:37 +00:00
|
|
|
"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",
|
2022-04-01 19:35:01 +00:00
|
|
|
"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",
|
2022-03-11 21:25:29 +00:00
|
|
|
"swiper": "^8.0.7",
|
2018-08-09 19:24:10 +00:00
|
|
|
"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",
|
2020-12-17 20:09:11 +00:00
|
|
|
"vue-blurhash": "^0.1.4",
|
2021-03-03 13:01:59 +00:00
|
|
|
"vue-countup-v2": "^4.0.0",
|
2018-08-20 13:04:09 +00:00
|
|
|
"vue-masonry-css": "^1.0.3",
|
2020-05-15 13:42:21 +00:00
|
|
|
"vue-router": "^3.1.6",
|
2018-07-31 17:39:45 +00:00
|
|
|
"vue-the-mask": "^0.11.1",
|
2021-10-27 17:48:41 +00:00
|
|
|
"vuedraggable": "^2.24.3",
|
2020-05-15 13:42:21 +00:00
|
|
|
"vuex": "^3.4.0"
|
2017-12-04 15:37:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-01 19:35:01 +00:00
|
|
|
"@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",
|
2021-04-28 14:25:15 +00:00
|
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
2022-04-01 19:35:01 +00:00
|
|
|
"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",
|
2022-04-01 19:35:01 +00:00
|
|
|
"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"
|
2017-12-04 15:37:16 +00:00
|
|
|
}
|
2017-12-05 12:28:38 +00:00
|
|
|
}
|