-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "@usekeyp/js-sdk",
"version": "0.1.7",
"description": "Tools for building apps using Keyp",
"author": "Keyp Team",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"scripts": {
"lint": "npx eslint .",
"pre-publish": "yarn build",
"build": "tsc"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"lerna": "^6.4.0",
"postcss": "^8.4.18",
"react-styleguidist": "^13.0.0",
"surge": "^0.23.1",
"tailwindcss": "^3.3.1",
"typescript": "^5.1.3",
"webpack": "^5.80.0"
},
"homepage": "https://github.com/UseKeyp/usekeyp-js-sdk/blob/main/packages/js-sdk/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/UseKeyp/usekeyp-js-sdk.git"
},
"license": "MIT",
"peerDependencies": {
"@redwoodjs/router": "^3.3.0",
"next-auth": "^4.22.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
}
}