Mark van Renswoude
f65a7f37e3
Redesigned the interface Fixed a small rounding error in the end grain preview
28 lines
695 B
JSON
28 lines
695 B
JSON
{
|
|
"name": "cuttingboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-3",
|
|
"core-js": "^3.6.5",
|
|
"vue": "^3.0.0",
|
|
"vuex": "^4.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@ygoe/msgpack": "^1.0.2",
|
|
"file-saver": "^2.0.5",
|
|
"sass": "^1.26.5",
|
|
"sass-loader": "^8.0.2"
|
|
}
|
|
}
|