-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 872 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 872 Bytes
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
{
"name": "tlmt.ch",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.js",
"start": "next start",
"lint": "next lint --dir src && prettier --check src"
},
"dependencies": {
"@headlessui/react": "1.5.0",
"@heroicons/react": "1.0.6",
"classnames": "2.3.1",
"next": "12.1.4",
"next-plausible": "3.1.9",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@smartive/eslint-config": "3.1.0",
"@smartive/prettier-config": "3.0.0",
"@types/node": "17.0.8",
"@types/react": "17.0.43",
"autoprefixer": "10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"next-sitemap": "2.5.20",
"postcss": "8.4.16",
"prettier": "2.6.2",
"tailwindcss": "3.0.23",
"typescript": "4.6.3"
}
}