-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 927 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"fix": "eslint --fix .; prettier --write .",
"sync": "node scripts/sync.js"
},
"dependencies": {
"@barelyreaper/conch": "^1.2.0",
"better-sqlite3": "^7.6.2",
"got": "^11.8.5",
"kleur": "^4.1.5",
"knex": "^2.2.0",
"logcons": "^0.0.4",
"luxon": "^3.0.1",
"next": "^12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"spacery": "^0.0.6",
"yaml": "^1.10.2"
},
"devDependencies": {
"@barelyhuman/prettier-config": "^1.0.0",
"@evilmartians/lefthook": "^0.8.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"shx": "^0.3.4",
"tailwindcss": "^3.1.6"
},
"packageManager": "[email protected]"
}