|
1 | 1 | { |
2 | 2 | "name": "taro-ui-vue3", |
3 | | - "version": "0.0.1", |
4 | | - "private": true, |
| 3 | + "version": "1.0.0-alpha.1", |
5 | 4 | "description": "Taro UI Rewritten in Vue 3.0", |
6 | 5 | "browser": "dist/index.umd.js", |
7 | 6 | "module": "dist/index.esm.js", |
|
42 | 41 | "dev": "yarn run dev:lib", |
43 | 42 | "dev:lib": "tsc --project ./tsconfig.build.json --watch --incremental", |
44 | 43 | "build": "yarn run build:rollup && yarn run build:lib", |
45 | | - "build:lib": "tsc --project ./tsconfig.build.json --declaration --declarationDir types", |
| 44 | + "build:lib": "tsc --project ./tsconfig.build.json", |
46 | 45 | "build:rollup": "rollup --config ./rollup.config.js", |
47 | 46 | "prepublishOnly": "yarn run clean && yarn run build", |
48 | 47 | "build:weapp": "taro build --type weapp", |
|
62 | 61 | "dev:rn": "npm run build:rn -- --watch", |
63 | 62 | "dev:qq": "npm run build:qq -- --watch", |
64 | 63 | "dev:jd": "npm run build:jd -- --watch", |
65 | | - "dev:quickapp": "npm run build:quickapp -- --watch" |
| 64 | + "dev:quickapp": "npm run build:quickapp -- --watch", |
| 65 | + "clean": "rimraf .temp dist lib coverage" |
66 | 66 | }, |
67 | 67 | "browserslist": [ |
68 | 68 | "last 3 versions", |
|
96 | 96 | "eslint": "^6.8.0", |
97 | 97 | "eslint-config-taro": "^3.0.5", |
98 | 98 | "eslint-plugin-vue": "^7.0.0-alpha.6", |
| 99 | + "rimraf": "^3.0.2", |
99 | 100 | "rollup-plugin-copy": "^3.3.0", |
100 | 101 | "rollup-plugin-sass": "^1.2.2", |
101 | 102 | "rollup-plugin-typescript2": "^0.27.2", |
|
0 commit comments