This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
jos/web/package.json

38 lines
994 B
JSON
Raw Normal View History

2021-04-30 01:32:11 +02:00
{
"name": "jos-frontend",
2021-05-18 18:29:20 +02:00
"version": "0.1.0",
2021-04-30 01:32:11 +02:00
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
2021-05-18 15:25:40 +02:00
"serve": "vite preview",
2021-05-18 18:29:20 +02:00
"lint": "eslint --ext .js,.vue,.ts src",
"format": "yarn run lint --fix",
"test": "mocha"
2021-04-30 01:32:11 +02:00
},
"dependencies": {
2021-05-18 15:25:40 +02:00
"vue": "^3.0.5",
"vue-router": "^4.0.6"
2021-04-30 01:32:11 +02:00
},
"devDependencies": {
2021-05-18 18:29:20 +02:00
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
2021-05-18 15:25:40 +02:00
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
2021-04-30 01:32:11 +02:00
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.5",
2021-05-18 18:29:20 +02:00
"@vue/test-utils": "^2.0.0-rc.6",
"chai": "^4.3.4",
2021-05-18 15:25:40 +02:00
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
2021-05-18 15:25:40 +02:00
"eslint-plugin-vue": "^7.9.0",
2021-05-18 18:29:20 +02:00
"mocha": "^8.4.0",
2021-05-23 22:03:30 +02:00
"ts-node": "^10.0.0",
2021-04-30 01:32:11 +02:00
"typescript": "^4.1.3",
"vite": "^2.2.3",
2021-05-03 00:02:33 +02:00
"vue-tsc": "^0.1.0"
2021-04-30 01:32:11 +02:00
}
}