forked from chainflip-io/chainflip-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "chainflip-docs",
"version": "0.0.1",
"description": "Repository holding all Chainflip documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chainflio-io/chainflip-docs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chainflio-io/chainflip-docs/issues"
},
"homepage": "https://github.com/chainflio-io/chainflip-docs#readme",
"dependencies": {
"classnames": "2.5.1",
"next": "^14.2.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "18.19.33",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}