mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 12:14:22 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "vue-material-kit-2",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"db:serve": " json-server --watch db.json --port=3002",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
|
|
"dependencies": {
|
|
"@popperjs/core": "2.11.5",
|
|
"@trevoreyre/autocomplete-vue": "^2.4.1",
|
|
"axios": "^1.5.1",
|
|
"bootstrap": "5.1.3",
|
|
"fs-web": "^1.0.1",
|
|
"pinia": "2.0.14",
|
|
"prismjs": "1.28.0",
|
|
"typed.js": "2.0.12",
|
|
"vue": "3.2.36",
|
|
"vue-clipboard3": "2.0.0",
|
|
"vue-count-to": "1.0.13",
|
|
"vue-prism-editor": "2.0.0-alpha.2",
|
|
"vue-router": "4.0.15",
|
|
"vue-select": "^4.0.0-beta.6"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "1.1.0",
|
|
"@vitejs/plugin-vue": "2.3.3",
|
|
"@vue/eslint-config-prettier": "7.0.0",
|
|
"eslint": "8.19.0",
|
|
"eslint-plugin-vue": "9.0.0",
|
|
"prettier": "2.5.1",
|
|
"sass": "1.52.3",
|
|
"sass-loader": "13.0.0",
|
|
"vite": "^2.9.16"
|
|
}
|
|
}
|