forked from exhuma/schmackhaft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 894 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
{
"name": "schmackhaft",
"version": "1.2.3",
"description": "A bookmark manager based on del.icio.us",
"author": "Michel Albert <[email protected]>",
"license": "MIT",
"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"
},
"devDependencies": {
"@types/webextension-polyfill": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"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",
"web-ext": "^6.8.0",
"webextension-polyfill": "^0.8.0"
}
}