-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.17 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ziqni-member-home",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev": "cross-env --env.production=dev webpack-dev-server --config ./webpack/webpack.config.js --progress --mode development",
"webpack build": "webpack --config ./webpack/webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziqni-tech/ziqni-member-home.git"
},
"author": {
"name": "zqini-tech",
"url": "https://ziqni.app",
"github": "https://github.com/ziqni-tech"
},
"contributors": [
{
"name": "Ziqni Development Team",
"url": "https://github.com/ziqni-tech"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ziqni-tech/ziqni-member-home/issues"
},
"homepage": "http://ziqni.app",
"dependencies": {
"@babel/preset-env": "^7.19.4",
"@coreui/vue": "^4.5.0",
"@coreui/vue-chartjs": "^2.0.1",
"@vueuse/core": "^9.6.0",
"@ziqni-tech/member-api-client": "1.0.16",
"apexcharts": "^3.36.3",
"core-js": "^3.25.5",
"d3": "^7.8.4",
"dagre": "^0.8.5",
"js-base64": "^3.7.5",
"v-network-graph": "^0.8.1",
"vue": "^3.2.41",
"vue-router": "^4.1.5",
"vue-simple-calendar": "^6.3.1",
"vue3-radial-progress": "^1.1.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@coreui/coreui": "^4.2.6",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"autoprefixer": "^10.4.12",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-plugin-vue": "^9.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"querystring-es3": "^0.2.1",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.7.13",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}