-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 1 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
{
"name": "kill-more-robots-combat-robot-tools",
"version": "1.0.0",
"type": "module",
"description": "Tools for calculating combat robot performance characteristics.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@stevent-team/react-chartlet": "^0.3.1",
"@types/lodash": "^4.14.191",
"convert": "^4.9.0",
"immer": "^9.0.16",
"js-quantities": "^1.7.6",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"project-name-generator": "^2.1.9",
"react-jss": "^10.9.2",
"zustand": "^4.1.5"
},
"devDependencies": {
"@types/project-name-generator": "^2.1.1",
"@types/js-quantities": "^1.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.2",
"vite": "^3.0.4"
}
}