aboutsummaryrefslogblamecommitdiffhomepage
path: root/package.json
blob: 911cb56863797d030ed3d6b77d61d8d6c71df450 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                  
                       
              



                                                                                   

                   
                                              
                      
                        
                             
                    

                      

                                        
                                            




                                  
                                

                         
 
{
  "name": "homer",
  "version": "22.07.2",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview --port 5050",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.1.2",
    "bulma": "^0.9.4",
    "js-yaml": "^4.1.0",
    "lodash.merge": "^4.6.2",
    "vue": "^3.2.37"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.4",
    "@vitejs/plugin-vue": "^3.0.3",
    "@vue/eslint-config-prettier": "^7.0.0",
    "eslint": "^8.22.0",
    "eslint-plugin-vue": "^9.3.0",
    "prettier": "^2.7.1",
    "sass": "^1.54.4",
    "vite": "^3.0.7",
    "vite-plugin-pwa": "^0.12.3"
  },
  "license": "Apache-2.0"
}