-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "nostronger",
"version": "0.0.0",
"author": "penpenpng",
"description": "",
"type": "module",
"license": "MIT",
"keywords": [
"chrome-extension",
"svelte",
"vite",
"create-chrome-ext"
],
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:resource": "tsc -p tsconfig.resource.json",
"preview": "vite preview",
"fmt": "prettier --write '**/*.{svelte,ts,json,css,scss,md}'"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.12",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.49",
"@types/chrome": "^0.0.193",
"@types/w3c-web-hid": "^1.0.3",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.9.13"
},
"dependencies": {
"@noble/hashes": "1.0.0",
"@noble/secp256k1": "^1.7.1",
"bech32": "^2.0.0",
"material-icons": "^1.13.4",
"svelte-material-ui": "^7.0.0-beta.3"
}
}