generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "@okp4/portal-web",
"version": "1.1.0",
"private": true,
"repository": "[email protected]:okp4/portal-web.git",
"license": "BSD-3-Clause",
"description": "Portal web app for the ØKP4 network.",
"homepage": "https://github.com/okp4/portal-web",
"author": {
"name": "OKP4",
"web": "https://okp4.network"
},
"engines": {
"node": "^16.18.0",
"yarn": "~1.22.17"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && stylelint --fix '**/*.scss'"
},
"dependencies": {
"classnames": "^2.3.2",
"graphviz-react": "^1.2.5",
"next": "13.4.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@cosmjs/stargate": "^0.30.0",
"@keplr-wallet/types": "^0.11.51",
"@okp4/eslint-config": "^1.1.0",
"@okp4/ui": "^3.0.0",
"@types/node": "18.16.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"eslint": "8.39.0",
"eslint-config-next": "13.4.3",
"eslint-plugin-functional": "^4.4.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"immutable": "^4.3.0",
"prettier": "^2.8.7",
"sass": "^1.59.3",
"short-uuid": "^4.2.2",
"stylelint": "^14.16.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-scss": "^4.6.0",
"typescript": "4.9.5"
}
}