-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.49 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
{
"name": "vue-dingtalk-mobile",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "yarn lint && vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "yarn build && node app.js"
},
"dependencies": {
"axios": "^0.18.0",
"dingtalk-jsapi": "^2.6.13",
"fastclick": "^1.0.6",
"lib-flexible": "^0.3.2",
"moment": "^2.24.0",
"register-service-worker": "^1.5.2",
"simple-sftp-deploy": "^0.3.0",
"vant": "^2.12.48",
"vue": "^2.5.22",
"vue-element-loading": "^1.1.1",
"vue-router": "^3.0.1",
"vuet": "^1.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-pwa": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-es2015": "^6.24.1",
"compression-webpack-plugin": "^2.0.0",
"eslint": "^5.14.1",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.5.21",
"webpack-bundle-analyzer": "^3.0.4"
},
"description": "oa 审核审批应用",
"main": "main.js",
"keywords": [
"vue-cli3",
"dingtalk",
"oa"
],
"author": "laisf",
"license": "ISC",
"repository": {
"type": "git",
"url": "ssh://[email protected]:2222/mobile/oa-approval.git"
}
}