-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "areafiftylan",
"version": "0.1.0",
"description": "Hulde voor de LANDev",
"repository": "[email protected]:AreaFiftyLAN/areafiftylan.git",
"author": "LANDev <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt dev --no-clear",
"build": "nuxt build --prerender",
"serve": "yarn build && nuxt preview",
"typecheck": "nuxt typecheck",
"lint": "eslint . --ext .ts,.js,.vue --max-warnings 0"
},
"devDependencies": {
"@nuxt/image-edge": "^1.0.0-27719579.87dcdf2",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vueuse/core": "^9.3.0",
"@vueuse/nuxt": "^9.3.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "3.0.0-rc.11",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"serve": "^14.0.1",
"typescript": "^4.8.4",
"vue-eslint-parser": "^9.1.0"
}
}