-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
51
52
{
"name": "codetime-web-v3",
"type": "module",
"private": true,
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.dev -p 3001",
"lint": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "pnpm gen:api && pnpm build && pm2 start ecosystem.config.cjs",
"gen:api": "openapi-ts"
},
"dependencies": {
"@hey-api/client-fetch": "^0.5.7",
"@iconify/vue": "^4.2.0",
"@observablehq/plot": "^0.6.16",
"@roku-ui/preset": "^0.20.0",
"@roku-ui/vue": "^0.20.0",
"auxlines": "^0.4.0",
"d3-flame-graph": "^4.1.3",
"date-fns": "^4.1.0",
"jsdom": "^25.0.1",
"vue-wf": "^0.4.1"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@hey-api/openapi-ts": "^0.60.1",
"@iconify/json": "^2.2.290",
"@jannchie/eslint-config": "^3.4.3",
"@nuxt/devtools": "^1.7.0",
"@nuxt/image": "^1.8.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/robots": "^5.1.0",
"@types/d3": "^7.4.3",
"@unocss/eslint-plugin": "^0.65.3",
"@unocss/nuxt": "^0.65.3",
"@unocss/preset-icons": "^0.65.3",
"@unocss/reset": "^0.65.3",
"@vueuse/nuxt": "^12.2.0",
"d3": "^7.9.0",
"eslint": "^9.17.0",
"nuxt": "^3.15.0",
"nuxt-gtag": "^3.0.2",
"nuxt-og-image": "4.0.2",
"pm2": "^5.4.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
}