BJ_Casino_Rank/package.json

26 lines
645 B
JSON
Raw Normal View History

2022-04-09 16:30:43 +00:00
{
2022-04-15 10:16:42 +00:00
"name": "bj-casino-rank",
"private": true,
"version": "0.0.0",
"scripts": {
2022-04-20 00:54:20 +00:00
"dev": "vite",
2022-04-15 10:16:42 +00:00
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
2022-04-16 15:40:11 +00:00
"@popperjs/core": "^2.11.5",
2022-04-15 10:16:42 +00:00
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"element-plus": "^2.1.9",
"moment": "^2.29.2",
2022-04-16 15:40:11 +00:00
"vue": "^3.2.25",
"vue-loading-overlay": "^5.0.3"
2022-04-15 10:16:42 +00:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.0",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vue-tsc": "^0.29.8"
}
2022-04-17 03:14:44 +00:00
}