-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "@nationskollen/web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "npx prettier --write .",
"docs": "npx typedoc --categorizeByGroup true components/** pages/**",
"docs:watch": "npx typedoc --categorizeByGroup true components/** pages/** --watch"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@nationskollen/sdk": "^3.1.0",
"@popperjs/core": "^2.9.2",
"awesome-debounce-promise": "^2.1.0",
"clsx": "^1.1.1",
"next": "10.2.3",
"next-i18next": "^8.5.0",
"react": "17.0.2",
"react-async-hook": "^3.6.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.8.4",
"react-hot-toast": "^2.0.0",
"react-popper": "^2.2.5",
"react-table": "^7.7.0",
"swr": "^0.5.6",
"use-constant": "^1.1.0"
},
"devDependencies": {
"@types/react": "17.0.9",
"@types/react-table": "^7.7.1",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"prettier": "^2.3.0",
"tailwindcss": "^2.2.4",
"typescript": "4.3.2"
},
"optionalDependencies": {
"@nationskollen/typedoc-theme-overrides": "^1.0.2"
}
}