package.json 1.2 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-app-vite",
R
r-u 已提交
3
  "version": "3.0.0-alpha-3070120230210001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7
  "description": "uni-app-vite",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
fxy060608's avatar
fxy060608 已提交
8
    "bin",
fxy060608's avatar
fxy060608 已提交
9
    "dist",
fxy060608's avatar
fxy060608 已提交
10
    "lib"
fxy060608's avatar
fxy060608 已提交
11 12 13 14 15 16 17 18 19
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-app-vite"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
20
  "license": "Apache-2.0",
21
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
fxy060608's avatar
fxy060608 已提交
22
  "dependencies": {
R
r-u 已提交
23 24 25 26
    "@dcloudio/uni-nvue-styler": "3.0.0-alpha-3070120230210001",
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3070120230210001",
    "@dcloudio/uni-i18n": "3.0.0-alpha-3070120230210001",
    "@dcloudio/uni-shared": "3.0.0-alpha-3070120230210001",
27
    "@rollup/pluginutils": "^4.2.0",
fxy060608's avatar
fxy060608 已提交
28
    "@vitejs/plugin-vue": "^4.0.0",
29 30
    "@vue/compiler-dom": "3.2.47",
    "@vue/compiler-sfc": "3.2.47",
31
    "debug": "^4.3.3",
fxy060608's avatar
fxy060608 已提交
32
    "fs-extra": "^10.0.0",
fxy060608's avatar
fxy060608 已提交
33
    "picocolors": "^1.0.0"
fxy060608's avatar
fxy060608 已提交
34 35
  },
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
36
    "@types/debug": "^4.1.7",
fxy060608's avatar
fxy060608 已提交
37
    "@types/fs-extra": "^9.0.13",
38
    "@vue/compiler-core": "3.2.47",
39
    "esbuild": "^0.16.14",
40
    "postcss": "^8.4.21",
fxy060608's avatar
fxy060608 已提交
41
    "rollup": "^3.7.0",
42 43
    "vite": "^4.1.0",
    "vue": "3.2.47"
fxy060608's avatar
fxy060608 已提交
44
  }
fxy060608's avatar
fxy060608 已提交
45
}