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.
 
 
 
 
 
 

30 lines
807 B

{
"name": "duration-picker",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build --mode=production",
"watch": "vite build --watch --mode=development",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"single-spa-vue": "^2.5.1",
"vue": "^3.2.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"vite": "^2.6.4"
}
}