12345678910111213141516171819 |
- {
- "name": "shunt-app",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitee.com:ouchulun/shunt-app.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "uni-ajax": "^2.4.3",
- "vuex": "^4.0.2"
- }
- }
|