-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.2 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
67
68
69
70
71
{
"name": "@kibis-is/website",
"version": "2.6.1",
"description": "The front facing website for the Kibisis wallet.",
"repository": {
"type": "git",
"url": "https://github.com/kibis-is/website"
},
"author": {
"name": "Kieran O'Neill",
"email": "[email protected]",
"url": "https://github.com/kieranroneill"
},
"license": "MIT",
"keywords": [
"algorand",
"blockchain"
],
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"build": "docusaurus build",
"clear": "docusaurus clear",
"deploy": "docusaurus deploy",
"lint": "eslint . --ext .ts --ext .tsx --ext .js",
"prepare": "husky install",
"prettier": "prettier --config .prettierrc --write \"**/*.{js,json,ts,tsx}\"",
"serve": "docusaurus serve",
"start": "docusaurus start --port 8080 --no-open",
"swizzle": "docusaurus swizzle",
"test": "exit 0",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"docusaurus-plugin-sass": "^0.2.5",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"typescript": "^5.2.2"
},
"dependencies": {
"@chakra-ui/react": "^2.9.4",
"@docusaurus/core": "3.5.2",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/remark-plugin-npm2yarn": "^3.5.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^1.2.1",
"framer-motion": "^11.5.5",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}