Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

蒋秀川 / miniProject

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • miniProject
  • miniProject
  • package.json
  • 蒋秀川's avatar
    'jxc' · cfee98d1
    蒋秀川 committed Apr 27, 2022
    cfee98d1
package.json 399 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "name": "vion",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@vant/weapp": "^1.10.2",
    "miniprogram-computed": "^4.3.6",
    "moment": "^2.29.1",
    "underscore": "^1.9.2"
  },
  "devDependencies": {
    "underscore": "^1.13.2"
  }
}