-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 loc) · 1.27 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
48
49
50
51
52
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "npm run build:icons --silent",
"dev": "next dev",
"build": "run-s build:*",
"build:icons": "tsx ./other/build-icons.mts",
"build:next": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@types/node": "18.13.0",
"@types/react-dom": "18.0.10",
"clsx": "^2.0.0",
"module-name": "^0.0.1-security",
"next": "14.2.12",
"next-translate": "^1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.0.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@sly-cli/sly": "^1.4.10",
"@types/fs-extra": "^11.0.3",
"@types/glob": "^8.1.0",
"@types/react": "^18.2.30",
"autoprefixer": "^10.4.13",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"next-translate-plugin": "^2.6.2",
"node-html-parser": "^6.1.11",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^2.8.6",
"swr": "^2.2.2",
"tailwindcss": "^3.3.3",
"tsx": "^3.14.0"
}
}