-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.3 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
47
{
"name": "easyapi-help",
"version": "1.0.0",
"description": "EasyAPI帮助中心",
"author": "EasyAPI",
"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": {
"@nuxtjs/axios": "^5.13.6",
"element-ui": "^2.15.9",
"js-cookie": "^3.0.1",
"loader-utils": "^3.2.0",
"nuxt": "^2.15.8",
"vue-jsonp": "^2.0.0",
"vue-video-player": "^5.0.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": ">=17.0.0",
"eslint-plugin-import": ">=2.26.0",
"eslint-plugin-node": ">=11.1.0",
"eslint-plugin-nuxt": ">=3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": ">=6.0.0",
"eslint-plugin-standard": ">=5.0.0",
"eslint-plugin-vue": "^9.1.1",
"sass": "^1.53.0",
"sass-loader": "^10.2.1",
"node-sass": "^7.0.1",
"nodemon": "^2.0.18",
"prettier": "^2.7.1"
}
}