-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
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
{
"name": "poe-item-search",
"version": "2.5.3",
"description": "Paste your item on PoE Trade website and start searching for it!",
"main": "dist/content.js",
"type": "module",
"scripts": {
"dev": "BUILD_MODE=dev vite build",
"build": "vite build",
"build:legacy": "bun build src/content.js --outdir=dist --no-minify --target=browser",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "bun test",
"package": "bun scripts/package.js",
"update-stats": "bun scripts/fetch-stats.js",
"generate-tiers": "bun scripts/generate-tier-data.js",
"typecheck": "tsc --noEmit"
},
"author": "Daniel Griesser",
"license": "MIT",
"dependencies": {
"@sentry/browser": "^10.32.1",
"lz-string": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.3.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@types/bun": "^1.3.5",
"@types/chrome": "^0.0.287",
"@types/lz-string": "^1.5.0",
"@types/node": "^25.0.3",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.4",
"@vitejs/plugin-react": "^4.3.4",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-terminal": "^1.3.0",
"vite-plugin-web-extension": "^4.5.0",
"web-ext": "^9.2.0"
}
}