-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 937 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
{
"name": "website",
"version": "0.0.1",
"description": "Movefuns website",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"feed":"node scripts/gen-rss.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/movefuns/website"
},
"homepage": "https://github.com/movefuns",
"dependencies": {
"@heroicons/react": "^2.0.14",
"@headlessui/react": "^1.7.14",
"@popperjs/core": "^2.11.7",
"classnames": "2.3.2",
"clsx": "^1.2.1",
"next": "^13.2.4",
"nextra": "^2.2.20",
"nextra-theme-docs": "^2.2.20",
"preline": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.4.4"
},
"devDependencies": {
"@types/node": "18.15.11",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"typescript": "4.8.4"
}
}