-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 KB
/
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
42
43
44
45
46
47
48
{
"name": "topsters",
"version": "0.1.0",
"description": "topsters.me - Create collages and album charts",
"homepage": "https://topsters.me",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/sporesirius/topsters.git"
},
"bugs": {
"url": "https://github.com/sporesirius/topsters/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --pretty --noEmit",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"next": "^12.0.7",
"next-compose-plugins": "^2.2.1",
"next-seo": "^4.28.1",
"next-themes": "^0.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.1",
"eslint-config-next": "^12.0.7",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.0",
"typescript": "4.5.2"
}
}