-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 970 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
37
38
39
40
41
{
"name": "rewind-docs",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"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": {
"clsx": "^1.1.1",
"framer-motion": "^10.12.8",
"locomotive-scroll": "^4.1.4",
"next": "13.4.19",
"nextra": "2.12.3",
"nextra-theme-docs": "2.7.1",
"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",
"tailwindcss": "^3.1.2",
"typescript": "^5.0.4"
}
}