-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.57 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
{
"name": "easyapi-invoice-console",
"version": "1.0.0",
"description": "EasyAPI发票查验控制台",
"author": "EasyAPI <leida@easyapi.com>",
"private": true,
"homepage": "https://invoice.easyapi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/easyapi/easyapi-invoice-console.git"
},
"scripts": {
"dev": "nuxt --open",
"build": "nuxt build",
"start": "nuxt start --hostname 0.0.0.0 --port 8397",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"pm2": "pm2 delete easyapi-invoice-console \n pm2 start npm --name 'easyapi-invoice-console' -- run start"
},
"dependencies": {
"nuxt": "^2.15.8",
"@nuxtjs/axios": "^5.13.6",
"element-ui": "^2.15.6",
"js-cookie": "^3.0.1",
"svg-sprite-loader": "^6.0.9"
},
"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",
"prettier": "^2.3.2"
}
}