package.json 1.3 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-cli-nvue",
3
  "version": "3.0.0-alpha-3000020210730001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  "description": "uni-cli-nvue",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cli-nvue"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
21
  "gitHead": "4dd0e035b52584ff028ee3028c46adc555be0529",
fxy060608's avatar
fxy060608 已提交
22
  "dependencies": {
fxy060608's avatar
fxy060608 已提交
23 24
    "@babel/core": "^7.14.8",
    "@babel/preset-env": "^7.14.8",
fxy060608's avatar
fxy060608 已提交
25
    "acorn": "^5.2.1",
fxy060608's avatar
fxy060608 已提交
26
    "babel-loader": "^8.2.2",
fxy060608's avatar
fxy060608 已提交
27 28
    "consolidate": "^0.15.1",
    "css": "~2.2.1",
fxy060608's avatar
fxy060608 已提交
29
    "de-indent": "^1.0.2",
fxy060608's avatar
fxy060608 已提交
30 31 32 33 34 35 36 37 38 39
    "escodegen": "^1.8.1",
    "hash-sum": "^1.0.2",
    "he": "^1.1.0",
    "loader-utils": "^1.1.0",
    "lru-cache": "^4.1.2",
    "merge-source-map": "^1.1.0",
    "postcss": "^7.0.14",
    "postcss-selector-parser": "^5.0.0",
    "prettier": "^1.18.2",
    "source-map": "~0.6.1",
fxy060608's avatar
fxy060608 已提交
40
    "terser-webpack-plugin": "^5.1.4",
fxy060608's avatar
fxy060608 已提交
41 42 43 44
    "vue-hot-reload-api": "^2.3.0",
    "vue-style-loader": "^4.1.0",
    "vue-template-es2015-compiler": "^1.9.0",
    "webpack": "^5.45.1"
fxy060608's avatar
fxy060608 已提交
45 46
  },
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
47 48
    "@types/terser-webpack-plugin": "^5.0.4",
    "vue-template-compiler": "^2.6.14"
fxy060608's avatar
fxy060608 已提交
49 50
  }
}