-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 Bytes
/
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
{
"name": "dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@form-create/element-ui": "^1.0.7",
"@form-create/iview": "^1.0.8",
"ag-grid-community": "^21.1.0",
"ag-grid-enterprise": "^21.1.0",
"ag-grid-vue": "^21.1.0",
"async": "^1.5.0",
"axios": "^0.19.0",
"http-vue-loader": "^1.4.2",
"js-shortid": "^0.1.1",
"linq": "^3.2.2",
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"pouchdb": "^7.2.1",
"pouchdb-debug": "^7.2.1",
"pouchdb-find": "^7.2.1",
"vue": "^2.6.10",
"vue-echarts": "^5.0.0-beta.0",
"vue-i18n": "^8.17.5",
"vue-router": "^3.1.6",
"vuex": "^3.3.0"
},
"devDependencies": {
"express": "^4.17.1"
},
"scripts": {
"dev": "node -e \"require('express')().use(require('express').static(__dirname, {index:'index.html'})).listen(8181)\""
},
"author": "shawoo",
"license": "ISC"
}