Extra contents beyond WaniKani
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
935 B

{
"name": "@wk-extra/www",
"private": true,
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "yarn tsdev ./server",
"build": "vite build && vite build --ssr && vite-plugin-ssr prerender",
"ts": "ts-node",
"tsdev": "NODE_ENV=development ts-node-dev",
"start": "yarn ts ./server"
},
"dependencies": {
"@fastify/static": "^5.0.2",
"fastify": "^3.29.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@fastify/compress": "^5.0.0",
"@fastify/express": "^1.1.0",
"@types/node": "^17.0.19",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.31",
"pino-pretty": "^7.6.1",
"ts-node-dev": "^1.1.8",
"vite": "^2.8.4",
"vite-plugin-ssr": "^0.3.64",
"vue": "^3.2.31"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}