-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
34
35
36
37
38
{
"name": "svenparker-nuxt",
"version": "1.1.0",
"description": "Personal portfolio",
"author": "Sven Parker <[email protected]>",
"private": true,
"save-exact": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint .",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@radial-color-picker/color-wheel": "^2.2.4",
"@radial-color-picker/rotator": "^3.0.2",
"@radial-color-picker/vue-color-picker": "^5.0.1",
"@vueuse/core": "^10.11.0",
"@vueuse/motion": "^2.2.3",
"detect-hover": "^1.0.3",
"eslint-plugin-prettier": "^5.1.3",
"movethatbus.js": "^1.0.2",
"nuxt": "^3.12.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.8",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxtjs/eslint-module": "^4.1.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"sass": "^1.79.1"
}
}