-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 987 Bytes
/
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": "stillh.art",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix"
},
"dependencies": {
"@nuxt/eslint": "^0.5.7",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"matter-js": "^0.20.0",
"nuxt": "^3.13.0",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "[email protected]",
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"@teamnovu/eslint-config-vue": "^9.0.8",
"@types/d3": "^7.4.3",
"@types/matter-js": "^0.19.7",
"eslint": "^9.10.0",
"eslint-plugin-readable-tailwind": "^1.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
}
}