You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.3 KiB
43 lines
1.3 KiB
{ |
|
"name": "dolphinscheduler-ui-next", |
|
"version": "0.0.0", |
|
"scripts": { |
|
"dev": "vite", |
|
"build:dev": "vue-tsc --noEmit && vite build --mode development", |
|
"build:prod": "vue-tsc --noEmit && vite build --mode production", |
|
"preview": "vite preview", |
|
"lint": "eslint src --fix --ext .ts,.tsx,.vue", |
|
"prettier": "prettier --config .prettier.js --write src/**/*.{vue,ts,tsx}" |
|
}, |
|
"dependencies": { |
|
"@vueuse/core": "^7.2.2", |
|
"axios": "^0.24.0", |
|
"date-fns": "^2.27.0", |
|
"naive-ui": "^2.21.5", |
|
"nprogress": "^0.2.0", |
|
"pinia": "^2.0.0-rc.10", |
|
"vfonts": "^0.1.0", |
|
"vue": "^3.2.23", |
|
"vue-i18n": "^9.2.0-beta.23", |
|
"vue-router": "^4.0.12" |
|
}, |
|
"devDependencies": { |
|
"@types/nprogress": "^0.2.0", |
|
"@typescript-eslint/eslint-plugin": "^5.6.0", |
|
"@typescript-eslint/parser": "^5.6.0", |
|
"@vitejs/plugin-vue": "^1.10.2", |
|
"@vitejs/plugin-vue-jsx": "^1.3.1", |
|
"dart-sass": "^1.25.0", |
|
"eslint": "^8.4.1", |
|
"eslint-config-prettier": "^8.3.0", |
|
"eslint-plugin-prettier": "^4.0.0", |
|
"eslint-plugin-vue": "^8.2.0", |
|
"prettier": "^2.5.1", |
|
"sass": "^1.44.0", |
|
"sass-loader": "^12.4.0", |
|
"typescript": "^4.4.4", |
|
"vite": "^2.7.0", |
|
"vite-plugin-compression": "^0.3.6", |
|
"vue-tsc": "^0.28.10" |
|
} |
|
}
|
|
|