-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
{
"name": "rewind-docs",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen:blurhash": "tsx gen-blurhash.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KusStar/rewind-docs.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/KusStar/rewind-docs/issues"
},
"homepage": "https://github.com/KusStar/rewind-docs#readme",
"dependencies": {
"blurhash": "^2.0.5",
"blurhash-base64": "^0.0.3",
"clsx": "^1.1.1",
"framer-motion": "^10.12.8",
"locomotive-scroll": "^4.1.4",
"next": "13.5.9",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10"
},
"devDependencies": {
"@types/node": "18.16.3",
"autoprefixer": "^10.4.7",
"eslint": "8.32.0",
"eslint-config-next": "13.4.2",
"postcss": "^8.4.14",
"sharp": "^0.33.5",
"tailwindcss": "^3.1.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}