package.json 794 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-app-vite",
3
  "version": "3.0.0-alpha-3021220211102002",
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
    "dist",
fxy060608's avatar
fxy060608 已提交
9
    "lib"
fxy060608's avatar
fxy060608 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23
  ],
  "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"
  },
  "uni-app": {
    "name": "uni-app-plus",
    "apply": "app",
    "main": "dist/index.js"
  },
24
  "license": "Apache-2.0",
25
  "gitHead": "7bcc3303c15141d377645a4995ce186f10ed6b78",
fxy060608's avatar
fxy060608 已提交
26 27
  "dependencies": {
    "clean-css": "^5.1.3",
fxy060608's avatar
fxy060608 已提交
28
    "fs-extra": "^10.0.0",
fxy060608's avatar
fxy060608 已提交
29 30 31 32
    "postcss-import": "^14.0.2",
    "postcss-load-config": "^3.1.0",
    "postcss-modules": "^4.1.3"
  }
fxy060608's avatar
fxy060608 已提交
33
}