forked from cqumirror/mirror-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.7 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": "nuxt-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"setup": "npm install -g yarn && yarn",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start --port 3010",
"gen-doclist": "node utils/thirdparty/GenDocsLink/GenDocsLink.js",
"gen-ubuntu": "node utils/thirdparty/GrabUbuntuRelease/GrabUbuntuRelease.js",
"generate": "nuxt generate",
"local-clean": "rm -rf dist node_modules/.cache .nuxt",
"pack-site": "yarn generate && cp -rf static/template/basic.html dist/. && rm -rf dist/template && tar -cvf nuxt.tar.gz dist/*",
"test": "clear && yarn run dev"
},
"dependencies": {
"@fancyapps/ui": "^5.0.17",
"@fortawesome/fontawesome-svg-core": "1.2.0-14",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.10",
"@nuxt/content": "^1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-fonts": "^2.0.0",
"add": "^2.0.6",
"cheerio": "^1.0.0-rc.12",
"clipboard": "^2.0.11",
"core-js": "^3.25.3",
"element-ui": "^2.15.10",
"moment": "^2.29.4",
"nuxt": "^2.15.8",
"nuxt-compress": "^5.0.0",
"remark-gfm": "1.0.0",
"remark-shortcodes": "^0.3.1",
"sass": "^1.58.0",
"sass-loader": "^10.1.1",
"shiki": "^0.14.1",
"unist-util-visit": "2.0.3",
"vue": "^2.7.10",
"vue-js-modal": "^2.0.1",
"vue-scrollto": "^2.20.0",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"yarn": "^1.22.19"
},
"devDependencies": {
"@nuxt/types": "~2.15.0",
"@nuxtjs/pwa": "^3.3.5",
"babel-plugin-component": "^1.1.1"
}
}