forked from tooot-app/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 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
{
"name": "website",
"version": "1.0.0",
"description": "Website of tooot app",
"author": "xmflsct <[email protected]>",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/tooot-app/website.git"
},
"scripts": {
"dev": "next dev",
"prebuild": "node ./scripts/downloadRelease.mjs",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"next": "13.0.7",
"postcss": "^8.4.20",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "18.0.26",
"node-fetch": "^3.3.0",
"typescript": "^4.9.4"
}
}