-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "name",
"version": "1.0.0",
"description": "description",
"author": "author",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"axios": "^0.21.1",
"element-ui": "^2.0.11",
"emoji-vue": "^0.2.4",
"highlight": "^0.2.4",
"highlight.js": "^11.5.1",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"live2d-widget": "^3.1.4",
"lw_firewords": "^1.0.3",
"mavon-editor": "^2.10.4",
"nuxt": "^2.0.0",
"prismjs": "^1.23.0",
"video.js": "^7.19.2",
"vue-aliplayer": "^1.0.0",
"vue-awesome-swiper": "^3.1.3",
"vue-live2d": "^1.2.4",
"vue-native-websocket": "^2.0.14",
"vue-qriously": "^1.1.1",
"vue-video-player": "^5.0.2"
},
"devDependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"babel-eslint": "^10.0.1",
"babel-plugin-prismjs": "^2.0.1",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.0.0"
}
}