Arc-hive-list/package.json

25 lines
737 B
JSON
Raw Permalink Normal View History

2021-10-22 11:00:33 +02:00
{
"name": "archive-list",
"version": "1.0.0",
"description": "List arc-hive collections for Omeka",
"main": "webpack.config.js",
"devDependencies": {
2021-11-04 14:37:07 +01:00
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
2021-10-22 12:00:34 +02:00
"axios": "^0.23.0",
2021-10-22 11:00:33 +02:00
"babel-loader": "^8.2.3",
2021-11-04 16:07:42 +01:00
"underscore": "^1.13.1",
2021-10-22 11:00:33 +02:00
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
2021-10-29 15:17:01 +02:00
"vuex": "^3.6.2",
2021-10-22 11:00:33 +02:00
"webpack-cli": "^4.9.1"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode development",
"build-prod": "webpack --config webpack.config.js --mode production"
}
}