This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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": "shell.how",
"private": true,
"repository": "https://github.com/phuctm97/shell.how",
"engines": {
"node": ">=14.0.0",
"yarn": "^1.22.0"
},
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"serve": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"next": "^12.3.1",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"recoil": "^0.7.6",
"sentence-case": "^3.0.4"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-angular": "^17.7.0",
"@commitlint/prompt-cli": "^17.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^14.18.36",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.0.9",
"@withfig/autocomplete-types": "^1.23.0",
"autoprefixer": "^10.4.12",
"cspell": "^6.13.3",
"eslint": "^8.24.0",
"eslint-config-next": "^12.3.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"postcss": "^8.4.27",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"tailwindcss": "^3.2.4",
"tailwindcss-autofill": "^1.0.2",
"tailwindcss-shadow-fill": "^1.0.1",
"typescript": "^4.8.4"
}
}