Blame view

package.json 331 Bytes
290144e9   易尊强   第一次
1
2
3
4
5
6
7
8
9
10
11
12
  {
    "name": "ncc-app-next",
    "version": "1.0.0",
    "description": "",
    "main": "main.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
bd028579   易尊强   2/28
13
      "echarts": "^5.5.0",
9b1c150c   “wangming”   1
14
      "js-md5": "^0.8.3",
290144e9   易尊强   第一次
15
16
17
      "vue-baidu-map": "^0.21.22"
    }
  }