24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"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": {
|
|
"axios": "^0.27.2",
|
|
"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"
|
|
}
|
|
}
|