-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 Bytes
/
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
{
"name": "wasm-gol-bench",
"packageManager": "[email protected]",
"private": true,
"version": "0.0.0",
"scripts": {
"dev:rs": "wasm-pack build",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^1.0.6",
"preact": "^10.8.2",
"wasm-game-of-life": "file:./pkg"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
"@preact/preset-vite": "^2.1.5",
"@types/node": "^18.6.4",
"autoprefixer": "^10.4.7",
"babel-plugin-transform-hook-names": "^1.0.2",
"c8": "^7.12.0",
"happy-dom": "^6.0.4",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "^4.5.4",
"vite": "^3.0.0",
"vitest": "^0.20.3"
}
}