forked from starknet-io/get-starknet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "get-starknet",
"description": "StarkNet wallet <-> dApp bridge",
"version": "1.5.0",
"repository": "https://github.com/starknet-community-libs/get-starknet",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build && husky install",
"build": "rollup -c",
"dev": "rollup -c -w"
},
"keywords": [
"starknet",
"starkware",
"l2",
"zk",
"rollup",
"wallet",
"dapp"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/starknet-community-libs/get-starknet/issues"
},
"peerDependencies": {
"starknet": "^3.12.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^17.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.3.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"prettier-plugin-svelte": "^2.6.0",
"rollup": "^2.70.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.50.0",
"starknet": "^3.12.3",
"svelte": "^3.46.6",
"svelte-materialify": "^0.3.11",
"svelte-preprocess": "^4.10.5",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
},
"dependencies": {
"bowser": "^2.11.0"
}
}