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.

34 lines
909 B
JSON

{
"name": "DIG",
"description": "A blocky, side-scrolling, digging and exploration game",
"version": "0.0.1",
"author": "koehr <n@koehr.in>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
},
"dependencies": {
"alea": "^1.0.1",
"simplex-noise": "^4.0.1",
"vue": "^3.4.22"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.25.0",
"typescript": "^5.4.5",
"unplugin-vue-macros": "^2.9.1",
"vite": "^5.2.9",
"vue-tsc": "^2.0.13"
}
}