package.json 1.3 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/vite-plugin-uni",
3
  "version": "3.0.0-alpha-3021320211109003",
fxy060608's avatar
fxy060608 已提交
4
  "description": "uni-app vite plugin",
fxy060608's avatar
fxy060608 已提交
5 6 7
  "bin": {
    "uni": "bin/uni.js"
  },
fxy060608's avatar
fxy060608 已提交
8 9 10
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
11
    "bin",
fxy060608's avatar
fxy060608 已提交
12
    "dist",
fxy060608's avatar
fxy060608 已提交
13
    "lib"
fxy060608's avatar
fxy060608 已提交
14 15 16 17 18 19 20 21 22 23 24
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/vite-plugin-uni"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "dependencies": {
25 26
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3021320211109003",
    "@dcloudio/uni-shared": "3.0.0-alpha-3021320211109003",
fxy060608's avatar
fxy060608 已提交
27
    "@rollup/pluginutils": "^4.1.1",
fxy060608's avatar
fxy060608 已提交
28 29
    "@vitejs/plugin-legacy": "^1.6.2",
    "@vitejs/plugin-vue": "^1.9.4",
fxy060608's avatar
fxy060608 已提交
30 31 32
    "@vue/compiler-core": "3.2.21",
    "@vue/compiler-dom": "3.2.21",
    "@vue/compiler-sfc": "3.2.21",
fxy060608's avatar
fxy060608 已提交
33 34
    "cac": "^6.7.3",
    "chalk": "^4.1.1",
fxy060608's avatar
fxy060608 已提交
35
    "debug": "^4.3.2",
fxy060608's avatar
fxy060608 已提交
36
    "estree-walker": "^2.0.2",
fxy060608's avatar
fxy060608 已提交
37
    "express": "^4.17.1",
fxy060608's avatar
fxy060608 已提交
38
    "fs-extra": "^10.0.0",
fxy060608's avatar
fxy060608 已提交
39
    "jsonc-parser": "^3.0.0"
fxy060608's avatar
fxy060608 已提交
40
  },
41
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
42
    "@types/express": "^4.17.12",
fxy060608's avatar
fxy060608 已提交
43 44 45
    "@types/sass": "^1.16.0",
    "@vue/babel-plugin-jsx": "^1.1.1",
    "chokidar": "^3.5.2"
fxy060608's avatar
fxy060608 已提交
46 47
  },
  "uni-app": {
Q
qiang 已提交
48
    "compilerVersion": "3.2.10"
49
  },
50
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da"
fxy060608's avatar
fxy060608 已提交
51
}