mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
36 lines
964 B
JSON
36 lines
964 B
JSON
{
|
|
"name": "genera-tor",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"pinia": "^2.0.14",
|
|
"vue": "^3.0.0",
|
|
"vue-class-component": "^8.0.0-0",
|
|
"vue-router": "^4.0.0-0",
|
|
"vuex": "^4.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"@vue/cli-plugin-babel": "^5.0.4",
|
|
"@vue/cli-plugin-eslint": "^5.0.4",
|
|
"@vue/cli-plugin-router": "^5.0.4",
|
|
"@vue/cli-plugin-typescript": "^5.0.4",
|
|
"@vue/cli-plugin-vuex": "^5.0.4",
|
|
"@vue/cli-service": "^5.0.4",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"eslint": "^7.0.0",
|
|
"eslint-plugin-vue": "^7.0.0",
|
|
"sass": "^1.26.5",
|
|
"sass-loader": "^8.0.2",
|
|
"typescript": "~4.1.5"
|
|
}
|
|
}
|