tethys.frontend/package.json

64 lines
1.9 KiB
JSON

{
"name": "tethys.viewer",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3001",
"serve2": "vue-cli-service serve --port 3002",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --check",
"lint2": "eslint ./src --ext .js,.ts",
"format": "prettier --check src/**/*.ts"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@mdi/js": "^7.4.47",
"@openfonts/open-sans_all": "^1.44.2",
"axios": "^1.2.2",
"class-transformer": "^0.5.1",
"dayjs": "^1.10.7",
"dompurify": "^3.1.6",
"leaflet": "^1.9.4",
"qs": "^6.10.1",
"rxjs": "^7.5.5",
"vue": "^3.2.47",
"vue-facing-decorator": "^3.0.4",
"vue-matomo": "^4.1.0",
"vue-router": "^4.0.12",
"xslt3": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@tailwindcss/forms": "^0.5.7",
"@types/dompurify": "^3.0.5",
"@types/leaflet": "^1.7.9",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.18",
"babel-preset-typescript-vue3": "^2.0.17",
"bulma": "^0.9.4",
"eslint": "^8.25.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"pug-plain-loader": "^1.1.0",
"sass": "^1.26.5",
"sass-loader": "^14.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.3",
"vue-loader": "^17.0.1",
"webpack": "^5.72.1"
},
"type": "module"
}