-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.28 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
{
"name": "schmackhaft",
"version": "1.2.2",
"description": "A bookmark manager based on del.icio.us",
"author": "Michel Albert <[email protected]>",
"license": "MIT",
"type": "module",
"dependencies": {
"@material/mwc-button": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"highlight.js": "^11.5.1",
"lit": "^2.1.2",
"marked": "^4.0.17",
"material-icon-component": "^1.2.3"
},
"scripts": {
"build": "vite build",
"serve": "vite",
"eslint": "eslint",
"typecheck": "tsc --noEmit",
"test-unit": "vitest --coverage",
"test-e2e": "web-test-runner --node-resolve --playwright --browsers chromium firefox webkit"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/webextension-polyfill": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@vitest/coverage-istanbul": "^0.23.4",
"@web/dev-server-esbuild": "^0.3.2",
"@web/test-runner": "^0.14.0",
"@web/test-runner-playwright": "^0.8.10",
"autoprefixer": "^10.4.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.3.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.6.2",
"vite": "^2.9.1",
"vitest": "^0.23.4",
"web-ext": "^6.8.0",
"webextension-polyfill": "^0.8.0"
}
}