mirror of https://github.com/dtm-labs/dtm.git
csharpjavadistributed-transactionsdtmgogolangmicroservicenodejsphpdatabasesagaseatatcctransactiontransactionsxapythondistributed
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.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"name": "dtm-admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build && echo > dist/placeholder",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^3.1.1",
|
|
"vue": "^3.2.25",
|
|
"vue-request": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"@typescript-eslint/parser": "^5.18.0",
|
|
"@vitejs/plugin-vue": "^2.3.0",
|
|
"autoprefixer": "^10.4.4",
|
|
"axios": "^0.26.1",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-vue": "^8.6.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.0-rc.10",
|
|
"postcss": "^8.4.12",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-nested": "^5.0.6",
|
|
"postcss-simple-vars": "^6.0.3",
|
|
"screenfull": "^6.0.1",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^4.5.4",
|
|
"unplugin-vue-components": "^0.19.3",
|
|
"vite": "^2.9.1",
|
|
"vite-plugin-svg-icons": "^1.1.0",
|
|
"vue-router": "^4.0.13",
|
|
"vue-tsc": "^0.29.8"
|
|
}
|
|
}
|
|
|