2018-10-15 15:54:59 +00:00
|
|
|
{
|
2024-02-29 00:56:03 +00:00
|
|
|
"name": "pseudosubs1-rewrite",
|
|
|
|
"version": "0.0.0",
|
2018-10-15 15:54:59 +00:00
|
|
|
"scripts": {
|
2024-02-29 00:56:03 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "run-p build-only",
|
|
|
|
"preview": "vite preview --port 4173",
|
|
|
|
"build-only": "vite build",
|
|
|
|
"type-check": "vue-tsc --noEmit"
|
2018-10-15 15:54:59 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-29 01:21:49 +00:00
|
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"mysql2": "^2.2.0",
|
2024-02-29 00:56:03 +00:00
|
|
|
"yaml": "^2.4.0"
|
2018-10-15 15:54:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-29 13:15:31 +00:00
|
|
|
"@types/bun": "^1.0.8",
|
2024-02-29 01:21:49 +00:00
|
|
|
"@types/express": "^4.17.20",
|
|
|
|
"@types/mysql": "^2.15.23",
|
2024-02-29 00:56:03 +00:00
|
|
|
"@types/node": "^16.11.45",
|
|
|
|
"@vitejs/plugin-legacy": "^2.0.0",
|
|
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
|
"npm-run-all": "^4.1.5",
|
2024-02-29 13:15:31 +00:00
|
|
|
"sass": "^1.71.1",
|
2024-02-29 00:56:03 +00:00
|
|
|
"terser": "^5.14.2",
|
|
|
|
"typescript": "~4.7.4",
|
|
|
|
"vite": "^3.0.2",
|
2024-02-29 13:15:31 +00:00
|
|
|
"vue": "^2.7.7",
|
|
|
|
"vue-router": "^3.5.4",
|
2024-02-29 00:56:03 +00:00
|
|
|
"vue-tsc": "^0.38.8"
|
|
|
|
}
|
2018-10-15 15:54:59 +00:00
|
|
|
}
|