-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 942 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": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -p 5000 --inspect",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"client": "node ./swagger.js",
"update": "npx npm-check-updates -u"
},
"dependencies": {
"@pinia/nuxt": "^0.5.5",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
"lightweight-charts": "^4.2.1",
"nuxt": "^3.13.2",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"vitest": "^2.1.3",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.5.5",
"@types/bootstrap": "^5.2.10",
"sass": "^1.79.5",
"sass-loader": "^16.0.2",
"swagger-typescript-api": "^13.0.22"
},
"optionalDependencies": {
"@esbuild/linux-x64":"0.24.0"
}
}