-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "thmuisc-quiz",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"re": "next build; next start",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx}\""
},
"dependencies": {
"@aldlss/async-sema": "^3.1.1",
"@headlessui/react": "^1.7.19",
"@vercel/analytics": "^1.3.1",
"immer": "^10.1.1",
"next": "latest",
"ogg-opus-decoder": "^1.6.12",
"react": "latest",
"react-dom": "latest",
"react-error-boundary": "^4.0.13",
"use-immer": "^0.10.0",
"yaml": "^2.6.0"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@unocss/eslint-config": "^0.63.4",
"@unocss/postcss": "^0.63.4",
"autoprefixer": "latest",
"eslint": "^8.57.1",
"eslint-config-next": "latest",
"postcss": "latest",
"prettier": "^3.3.3",
"typescript": "latest",
"unocss": "^0.63.4"
}
}