-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.95 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"start": "pm2 start .output/server/index.mjs --name whitemind-server",
"stop": "pm2 stop whitemind-server",
"prepare": "husky"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.7",
"@iconify-json/gridicons": "^1.2.2",
"@iconify-json/solar": "^1.2.2",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "1.8.1",
"@nuxt/ui": "^2.21.0",
"@pinia/nuxt": "^0.5.5",
"@tailwindcss/typography": "^0.5.16",
"@volar/language-server": "2.4.0-alpha.18",
"@vue-flow/background": "^1.3.2",
"@vue-flow/core": "^1.42.1",
"@vue-flow/minimap": "^1.5.2",
"@vue-flow/node-resizer": "^1.4.0",
"@vue-flow/node-toolbar": "^1.1.0",
"@vue/language-server": "2.0.28",
"@vueuse/core": "^12.7.0",
"axios": "^1.7.9",
"class-transformer": "^0.5.1",
"echarts": "^5.6.0",
"fuse.js": "^7.1.0",
"gsap": "^3.12.7",
"interactjs": "^1.10.27",
"marked": "^15.0.7",
"nuxt": "^3.15.4",
"prettier": "^3.5.1",
"vue": "latest",
"vue-echarts": "^7.0.3",
"vue-router": "latest",
"zod": "^3.24.2"
},
"devDependencies": {
"@iconify-json/fluent": "^1.2.14",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/mage": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.14",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/svg-spinners": "^1.2.2",
"@iconify-json/tabler": "^1.2.16",
"autoprefixer": "^10.4.20",
"husky": "^9.1.7",
"nuxi": "^3.21.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}