-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "BitServer",
"version": "1.0.0",
"description": "BIT Online Judge Frontend Application",
"author": "Shuibin Long",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.1.0",
"@nuxtjs/axios": "^5.9.0",
"anchor-js": "^4.2.2",
"easymde": "^2.8.0",
"highlight.js": "^9.17.1",
"js-md5": "^0.7.3",
"markdown-it": "^10.0.0",
"markdown-it-mathjax": "^2.0.0",
"marked": "^0.8.0",
"moment": "^2.24.0",
"nuxt": "^2.11.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-clipboard2": "^0.3.1",
"vue-katex": "^0.4.0",
"vue2-ace-editor": "^0.0.15"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@mdi/font": "^5.0.45",
"@mdi/js": "^5.0.45",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/vuetify": "^1.9.1",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": ">=0.5.0",
"fibers": "^4.0.2",
"jest": "^25.1.0",
"katex": "^0.11.1",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"vue-jest": "^4.0.0-0"
}
}