-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "trickfire-robotics-mission-control",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint --fix .",
"format": "prettier --write src/",
"lint-check": "prettier --check src/ && eslint ."
},
"dependencies": {
"@tresjs/cientos": "^4.0.3",
"@tresjs/core": "^4.3.1",
"pinia": "^2.2.5",
"roslib": "^1.4.1",
"three": "^0.170.0",
"vue": "^3.2.47",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@types/roslib": "^1.3.5",
"@types/three": "^0.170.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.30.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.80.5",
"sass-loader": "^10.5.2",
"typescript": "~4.8.4",
"typescript-eslint": "^8.12.2",
"vite": "^4.5.5",
"vue-tsc": "^1.8.27",
"webpack": "^5.95.0"
}
}