-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.52 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": "ssread",
"version": "2.0.1",
"description": "ssREAD.",
"author": "Cankun Wang",
"private": true,
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 3333",
"build": "nuxt build",
"analyze": "nuxt build --analyze",
"start": "nuxt-start -p 9003 -H 0.0.0.0",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore."
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/markdownit": "^1.2.10",
"@vue/reactivity": "^3.0.0",
"form-data": "^3.0.0",
"github-markdown-css": "^4.0.0",
"image-size": "^0.9.1",
"markdown-it-anchor": "^5.3.0",
"markdown-it-attrs": "^3.0.3",
"markdown-it-div": "^1.1.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-toc-done-right": "^4.1.0",
"nuxt": "^2.14.6",
"nuxt-clipboard": "0.0.2",
"nuxt-start": "^2.14.6",
"query-string": "^6.13.5",
"vue-class-component": "^7.2.6",
"vue-json-excel": "^0.2.99",
"vue-plotly": "^1.1.0"
},
"devDependencies": {
"@mdi/font": "^4.9.95",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.2.0",
"@nuxtjs/vuetify": "^1.12.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-nuxt": "^0.5.2",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^1.19.1",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0"
}
}