-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.82 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
48
49
50
51
52
{
"name": "easyapi-sms-console",
"version": "1.0.0",
"description": "EasyAPI短信服务控制台",
"author": "EasyAPI <leida@easyapi.com>",
"private": true,
"homepage": "https://sms.easyapi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/easyapi/easyapi-sms-console.git"
},
"scripts": {
"dev": "cross-env BASE_URL=https://api.easyapi.com NODE_ENV=development nuxt",
"build": "cross-env BASE_URL=https://api.easyapi.com NODE_ENV=production nuxt build",
"start": "cross-env BASE_URL=https://api.easyapi.com NODE_ENV=production PORT=8830 nuxt start",
"generate": "cross-env BASE_URL=https://api.easyapi.com NODE_ENV=production nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"pm2": "pm2 delete easyapi-sms-console \n pm2 start npm --name 'easyapi-sms-console' -- run start"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"echarts": "^5.2.0",
"element-ui": "^2.15.6",
"js-cookie": "^3.0.1",
"nuxt": "^2.15.8",
"vue-quill-editor": "^3.0.6"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/proxy": "^2.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": ">=16.0.3",
"eslint-plugin-import": ">=2.24.2",
"eslint-plugin-jest": ">=24.4.0",
"eslint-plugin-node": ">=11.1.0",
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": ">=5.1.0",
"eslint-plugin-standard": ">=5.0.0",
"eslint-plugin-vue": "^7.17.0",
"node-sass": "^6.0.1",
"sass-loader": "^10.2.0",
"nodemon": "^2.0.12",
"cross-env": "^7.0.3",
"prettier": "^2.4.0"
}
}