forked from surmon-china/surmon-china.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "surmon-china.github.io",
"version": "1.1.0",
"description": "Surmon's github repository pages.",
"private": false,
"homepage": "https://github.surmon.me",
"scripts": {
"dev": "nuxt",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"post-update": "yarn upgrade --latest"
},
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "https://github.com/surmon-china"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/surmon-china.github.io"
},
"dependencies": {
"@nuxtjs/sitemap": "^2.0.1",
"@nuxtjs/style-resources": "^1.0.0",
"@vue/composition-api": "^0.3.4",
"axios": "^0.19.0",
"bezier-easing": "^2.1.0",
"dedent": "^0.7.0",
"highlight.js": "^9.16.2",
"lodash": "^4.17.15",
"naivebayes": "^0.5.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.10.2",
"quill-emoji": "^0.1.7",
"quill-image-extend-module": "^1.1.2",
"segmentit": "^2.0.2",
"swiper": "^5.3.6",
"vue-awesome-swiper": "^4.1.0",
"vue-codemirror": "^4.0.6",
"vue-drag-zone": "^2.0.0-rc1",
"vue-google-adsense": "^1.8.0",
"vue-quill-editor": "^3.0.6",
"vue-script2": "^2.1.0",
"vue-touch-ripple": "^3.0.0",
"vue-video-player": "^5.0.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^1.0.2",
"@types/swiper": "^5.2.1",
"eslint": "^6.8.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0"
}
}