-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 1.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
{
"scripts": {
"build": "node esbuild.mjs",
"web-ext-chrome": "web-ext --source-dir build-chrome --artifacts-dir web-ext-chrome",
"web-ext-firefox": "web-ext --source-dir build-firefox --artifacts-dir web-ext-firefox",
"format": "npx prettier --write src"
},
"dependencies": {
"@d3fc/d3fc-axis": "^3.0.6",
"@tailwindcss/forms": "^0.5.6",
"@tsconfig/svelte": "^5.0.2",
"@types/d3": "^7.4.3",
"@types/papaparse": "^5.3.14",
"@types/webextension-polyfill": "^0.10.7",
"async-mutex": "^0.4.0",
"autoprefixer": "^10.4.16",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"esbuild": "^0.19.5",
"esbuild-svelte": "^0.9.0",
"iwanthue": "^2.0.0",
"papaparse": "^5.4.1",
"postcss": "^8.4.31",
"reconnecting-websocket": "^4.4.0",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.5.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"web-ext": "^0.0.1"
}
}