You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "slapdash",
|
|
"version": "1.6.0",
|
|
"author": "Ayush Mukherjee",
|
|
"description": "Dashboard for APL-Nuke cum APL-Boost data manager",
|
|
"private": false,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"electron:build": "vue-cli-service electron:build",
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps"
|
|
},
|
|
"main": "background.js",
|
|
"dependencies": {
|
|
"@vue/devtools": "^6.0.0-beta.6",
|
|
"autoprefixer": "^10",
|
|
"axios": "^1",
|
|
"core-js": "^3.6.5",
|
|
"postcss": "^8",
|
|
"tailwindcss": "3.3.5",
|
|
"vue": "^3.0.0",
|
|
"vue-router": "^4.0.0-0",
|
|
"ws": "^8"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5",
|
|
"@vue/cli-plugin-router": "~5",
|
|
"@vue/cli-service": "~5",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"electron": "^27.0.4",
|
|
"electron-devtools-installer": "^3.1.0",
|
|
"sass": "^1.26.5",
|
|
"sass-loader": "^13",
|
|
"vue-cli-plugin-electron-builder": "~2",
|
|
"vue-cli-plugin-tailwind": "~3"
|
|
}
|
|
}
|