-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.86 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
53
54
55
56
57
58
59
60
61
62
{
"name": "mescoursdemaths",
"version": "1.3.0",
"private": true,
"type": "module",
"scripts": {
"vercel": "vercel dev",
"dev": "npx nuxi dev",
"build": "npx nuxi build",
"start": "npx nuxi start",
"generate": "npx nuxi generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style"
},
"dependencies": {
"@node-fetch/btoa-lite": "^1.0.0",
"@octokit/auth-oauth-app": "^8.1.1",
"@octokit/core": "^6.1.2",
"@octokit/oauth-authorization-url": "^7.1.1",
"html2canvas": "^1.4.1",
"marked": "^15.0.2",
"mitt": "^3.0.1",
"perfect-debounce": "^1.0.0",
"vue-codemirror": "^6.1.1",
"vue-pdf-embed": "^2.1.1"
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.26.15",
"@iconify-json/bi": "^1.2.1",
"@nabla/vite-plugin-eslint": "^2.0.5",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.7.3",
"@nuxt/icon": "^1.10.1",
"@nuxt/image": "^1.8.1",
"@nuxt/types": "^2.17.3",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/robots": "5.0.1",
"@nuxtjs/sitemap": "^7.0.0",
"@types/adm-zip": "^0.5.7",
"@types/bootstrap": "^5.2.10",
"@types/katex": "^0.16.7",
"@vercel/node": "^5.0.0",
"adm-zip": "^0.5.16",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.26.15",
"consola": "^3.2.3",
"eslint": "^9.17.0",
"gray-matter": "^4.0.3",
"node-html-parser": "^6.1.13",
"nuxt": "^3.14.1592",
"nuxt-cname-generator": "^1.0.1",
"nuxt-link-checker": "^4.0.2",
"sass": "^1.83.0",
"sass-loader": "^16.0.3",
"stylelint": "^16.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^14.0.0",
"that-latex-lib": "^2.0.1",
"vite-plugin-stylelint": "^6.0.0"
}
}