forked from sajadhsm/mastermind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 687 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 687 Bytes
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
{
"name": "mastermind",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"immer": "^9.0.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"use-immer": "^0.6.0"
},
"devDependencies": {
"@types/node": "^17.0.17",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"c8": "^7.11.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vitest": "^0.3.4"
}
}