-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.89 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "weakauras",
"version": "0.0.1",
"description": "",
"main": "src/lua/index.ts",
"scripts": {
"dev": "next dev",
"build": "npm run prebuild && next build",
"prebuild": "node prebuild.mjs",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"encode": "ts-node public/lua/encode.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fx/weakauras.git"
},
"author": "Marian Rudzynski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fx/weakauras/issues"
},
"homepage": "https://github.com/fx/weakauras#readme",
"dependencies": {
"@bjorn3/browser_wasi_shim": "^0.2.17",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@ruby/wasm-wasi": "2.4.1-2024-01-11-a",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.10.6",
"@types/pako": "^2.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.307.0",
"next": "^14.0.4",
"pako": "^2.1.0",
"posthog-js": "^1.96.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"usehooks-ts": "^2.9.5",
"vitest": "^1.2.1",
"wasmoon": "^1.16.0"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/react": "18.2.46",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
"autoprefixer": "^10.4.16",
"jsdom": "^24.1.0",
"playwright": "^1.44.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}