RailSignalAPI/railsignal-app/package.json

26 lines
598 B
JSON
Raw Normal View History

2022-05-06 20:43:02 +00:00
{
"name": "railsignal-app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
2022-05-06 20:43:02 +00:00
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
2022-05-06 20:43:02 +00:00
"pinia": "^2.0.14",
"three": "^0.140.0",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"vite": "^2.9.5"
}
}