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.
28 lines
590 B
28 lines
590 B
1 year ago
|
{
|
||
|
"name": "data-driven-design",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vue-tsc && vite build",
|
||
|
"preview": "vite preview",
|
||
|
"lint": "eslint .",
|
||
|
"lint:fix": "eslint . --fix"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"vue": "^3.3.8",
|
||
|
"vuedraggable": "^4.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@antfu/eslint-config": "^2.1.1",
|
||
|
"@types/node": "^20.9.4",
|
||
|
"@vitejs/plugin-vue": "^4.5.0",
|
||
|
"eslint": "^8.54.0",
|
||
|
"less": "^4.2.0",
|
||
|
"typescript": "^5.2.2",
|
||
|
"vite": "^5.0.0",
|
||
|
"vue-tsc": "^1.8.22"
|
||
|
}
|
||
|
}
|