-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.54 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
{
"name": "slabby",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"swc-fix": "npm i @next/swc-darwin-x64 --no-save",
"typegen": "make typegen",
"prepare": "husky install",
"pre-commit": "next lint",
"format": "prettier --write ./components ./hooks ./pages ./types ./utils"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@supabase/supabase-js": "^2.24.0",
"@toplast/lastfm": "^0.1.5",
"html-entities": "^2.3.5",
"next": "^13.4.5",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-plx": "^2.1.2",
"ts-foursquare": "git+http://github.com/arnaud-zg/ts-foursquare#renovate/isomorphic-fetch-3.x"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.7",
"@babel/core": "^7.22.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "^20.3.0",
"@types/react": "^18.2.11",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"eslint": "8.42.0",
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}