-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 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
{
"name": "leverage-frontend-neo",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"test:e2e:fe": "playwright test",
"test:e2e:fe:ui": "playwright test --ui"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/state": "^6.5.4",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.39.16",
"@pinia/nuxt": "^0.10.1",
"@types/markdown-it": "^14.1.2",
"@vicons/ionicons5": "^0.13.0",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"axios": "^1.13.6",
"canvas-confetti": "^1.9.4",
"codemirror": "^6.0.2",
"dayjs": "^1.11.19",
"highlight.js": "^11.11.1",
"katex": "^0.16.37",
"markdown-it": "^14.1.1",
"markdown-it-texmath": "^1.0.0",
"naive-ui": "^2.43.2",
"nuxt": "^3.16.0",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^1.15.2",
"@playwright/test": "^1.58.2",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^25.3.5",
"eslint": "^10.0.3",
"typescript": "^5.7.3"
}
}