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

                  
                       
              
                  
                                             


                                                                                   

                   
                                              
                      
                             
                    
                    

                      

                                        
                                            

                                   
                             



                                

                         
 
{
  "name": "homer",
  "version": "23.10.1",
  "scripts": {
    "dev": "vite",
    "mock": "http-server dummy-data/ --cors",
    "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.4.2",
    "bulma": "^0.9.4",
    "lodash.merge": "^4.6.2",
    "vue": "^3.3.4",
    "yaml": "^2.3.2"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.4.0",
    "@vitejs/plugin-vue": "^4.3.4",
    "@vue/eslint-config-prettier": "^8.0.0",
    "eslint": "^8.50.0",
    "eslint-plugin-vue": "^9.17.0",
    "http-server": "^14.1.1",
    "prettier": "^3.0.3",
    "sass": "^1.68.0",
    "vite": "^4.4.9",
    "vite-plugin-pwa": "^0.16.5"
  },
  "license": "Apache-2.0"
}