mirror of
https://github.com/pinry/pinry.git
synced 2026-01-11 01:32:05 +01:00
36 lines
1019 B
JSON
36 lines
1019 B
JSON
{
|
|
"name": "pinry-spa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
|
|
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
|
|
"lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.2",
|
|
"buefy": "^0.8.20",
|
|
"bulma": "0.7.5",
|
|
"core-js": "^3.3.2",
|
|
"register-service-worker": "^1.6.2",
|
|
"vue": "^2.6.10",
|
|
"vue-i18n": "8",
|
|
"vue-masonry": "^0.11.8",
|
|
"vue-router": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.0.0",
|
|
"@vue/cli-plugin-eslint": "^4.0.0",
|
|
"@vue/cli-plugin-pwa": "^4.1.1",
|
|
"@vue/cli-plugin-router": "^4.0.5",
|
|
"@vue/cli-service": "^4.0.0",
|
|
"@vue/eslint-config-airbnb": "^4.0.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"sass": "^1.37.5",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
}
|
|
}
|