-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "333.fm",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"insertionfinder": "^0.5.0",
"tailwind-merge": "^2.5.4",
"three": "^0.169.0",
"two.js": "^0.8.14",
"v-viewer": "^3.0.20",
"viewerjs": "^1.11.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@freeloop/nuxt-transitions": "^0.1.8",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.5",
"@tailwindcss/forms": "^0.5.9",
"@types/three": "^0.169.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.13.0",
"less": "^4.2.0",
"nuxt": "^3.13.2",
"nuxt-echarts": "^0.2.3",
"nuxt-gtag": "^3.0.1",
"nuxt-icon": "^0.6.10",
"pinia": "^2.2.4",
"postcss-html": "^1.7.0",
"typescript": "5.5"
}
}