|
|
|
@ -9,18 +9,18 @@
@@ -9,18 +9,18 @@
|
|
|
|
|
}, |
|
|
|
|
"scripts": { |
|
|
|
|
"dev": "vite", |
|
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix", |
|
|
|
|
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", |
|
|
|
|
"build:test": "vite build --mode test && esno ./build/script/postBuild.ts", |
|
|
|
|
"build:no-cache": "yarn delete:cache && yarn run build", |
|
|
|
|
"report": "cross-env REPORT=true yarn run build", |
|
|
|
|
"type:check": "vue-tsc --noEmit --skipLibCheck", |
|
|
|
|
"preview": "yarn run build && vite preview", |
|
|
|
|
"preview:dist": "vite preview", |
|
|
|
|
"report": "cross-env REPORT=true yarn run build", |
|
|
|
|
"log": "conventional-changelog -p angular -i CHANGELOG.md -s", |
|
|
|
|
"delete:lib": "rimraf node_modules", |
|
|
|
|
"delete:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", |
|
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix", |
|
|
|
|
"gen:icon": "esno ./build/generate/icon/index.ts" |
|
|
|
|
"gen:icon": "esno ./build/generate/icon/index.ts", |
|
|
|
|
"type:check": "vue-tsc --noEmit --skipLibCheck" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@iconify/iconify": "2.2.1", |
|
|
|
|